VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransforms Class / CreateCieXyzToPcsXyzBradfordTransform(XyzColor) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateCieXyzToPcsXyzBradfordTransform(XyzColor) Method (ColorTransforms)
    In This Topic
    Returns a chromatic adaptation transform from CIE XYZ color space with specified reference white to PCS XYZ color space with standard reference white D50.
    Syntax
    'Declaration
    
    Public Shared Function CreateCieXyzToPcsXyzBradfordTransform( _
    ByVal sourceWhitePoint
    XYZ color of the source color space reference white.
    As Vintasoft.Imaging.ImageColors.XyzColor _
    ) As ColorTransform
    public static ColorTransform CreateCieXyzToPcsXyzBradfordTransform(
    Vintasoft.Imaging.ImageColors.XyzColor sourceWhitePoint
    )
    public: static ColorTransform* CreateCieXyzToPcsXyzBradfordTransform(
    Vintasoft.Imaging.ImageColors.XyzColor* sourceWhitePoint
    )
    public:
    static ColorTransform^ CreateCieXyzToPcsXyzBradfordTransform(
    Vintasoft.Imaging.ImageColors.XyzColor^ sourceWhitePoint
    )

    Parameters

    sourceWhitePoint
    XYZ color of the source color space reference white.

    Return Value

    A ColorTransform that performs the chromatic adaptation.
    Exceptions
    ExceptionDescription
    Thrown if sourceWhitePoint is null.
    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