VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / CompositeColorTransformWithWhitePoint Class / Create(String,XyzColor,XyzColor,ColorTransform[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Create(String,XyzColor,XyzColor,ColorTransform[]) Method (CompositeColorTransformWithWhitePoint)
    In This Topic
    Creates a new instance of the CompositeColorTransformWithWhitePoint class.
    Syntax

    Parameters

    description
    Description of the transform.
    sourceWhitePoint
    White point, as XYZ value, in source color space.
    destWhitePoint
    White point, as XYZ value, in destination color space.
    transforms
    Array of sub transforms of composite transform.

    Return Value

    A CompositeColorTransformWithWhitePoint that is a composition of specified color transforms.
    Exceptions
    ExceptionDescription
    Thrown if sourceWhitePoint is null or destWhitePoint is null or transforms is null.
    Thrown if transforms.Length is equal to 0.
    Thrown if transforms has incompatible color spaces of some adjacent color transforms.
    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