ImageGear for .NET
L Property




Gets or sets L value when the mode is LAB.
Syntax
'Declaration
 
Public Property L As ImGearXMPReal
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPReal
 
instance.L = value
 
value = instance.L
public ImGearXMPReal L {get; set;}
public: __property ImGearXMPReal* get_L();
public: __property void set_L( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ L {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}

Property Value

ImGearXMPReal class value.
Remarks
Valid range is 0..100.
See Also

Reference

ImGearXMPColorant Class
ImGearXMPColorant Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback