ImageGear .NET v24.12 - Updated
L Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPColorant Class : 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