VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformSet Class / ColorTransformSet Constructors / ColorTransformSet Constructor(ColorTransformSet)
Syntax Remarks Requirements SeeAlso
In This Topic
    ColorTransformSet Constructor(ColorTransformSet)
    In This Topic
    Initializes a new instance of the ColorTransformSet class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal colorTransforms
    Color transform to copy.
    As ColorTransformSet _
    )
    public ColorTransformSet(
    ColorTransformSet colorTransforms
    )
    public: ColorTransformSet(
    ColorTransformSet* colorTransforms
    )
    public:
    ColorTransformSet(
    ColorTransformSet^ colorTransforms
    )

    Parameters

    colorTransforms
    Color transform to copy.
    Remarks

    This constructor copies references to the color transformations (does not create clones) from specified ColorTransformSet.

    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