ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPColorant Class / L Property




In This Topic
    L Property
    In This Topic
    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