VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / LabColor Class / L Property
Syntax Requirements SeeAlso
In This Topic
    L Property (LabColor)
    In This Topic
    Gets the L component value of this color.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The L component value of this color.")>
    Public ReadOnly Property L As Double
    
    
    [Description("The L component value of this color.")]
    public double L { get; }
    
    
    [Description("The L component value of this color.")]
    public: __property double get_L();
    
    
    
    [Description("The L component value of this color.")]
    public:
    property double L { double get(); }

    Property Value

    Valid values are from 0 to 100.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also