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

    Parameters

    x
    The X component.
    y
    The Y component.
    z
    The Z 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