VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / CompositeColorTransform Class / CompositeColorTransform Constructor(String,ColorTransform[],ColorSpaceFormat,ColorSpaceFormat)
Syntax Requirements SeeAlso
In This Topic
    CompositeColorTransform Constructor(String,ColorTransform[],ColorSpaceFormat,ColorSpaceFormat)
    In This Topic
    Initializes a new instance of the CompositeColorTransform class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal description
    Description of the transform.
    As System.String, _
    ByVal transforms
    Array of sub transforms of composite transform.
    () As ColorTransform, _
    ByVal sourceFormat
    Format of source colors.
    As Vintasoft.Imaging.ColorSpaceFormat, _
    ByVal destFormat
    Format of destination colors.
    As Vintasoft.Imaging.ColorSpaceFormat _
    )

    Parameters

    description
    Description of the transform.
    transforms
    Array of sub transforms of composite transform.
    sourceFormat
    Format of source colors.
    destFormat
    Format of destination colors.
    Requirements

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

    See Also