VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / LabColor Class / LabColor Constructors / LabColor Constructor(Double,Double,Double)
Syntax Requirements SeeAlso
In This Topic
    LabColor Constructor(Double,Double,Double)
    In This Topic
    Initializes a new instance of the LabColor class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal l
    The L component.
    As Double, _
    ByVal a
    The a component.
    As Double, _
    ByVal b
    The b component.
    As Double _
    )
    public LabColor(
    double l,
    double a,
    double b
    )
    public: LabColor(
    double l,
    double a,
    double b
    )
    public:
    LabColor(
    double l,
    double a,
    double b
    )

    Parameters

    l
    The L component.
    a
    The a component.
    b
    The b component.
    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