VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformSet Class / Add(ColorTransform) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Add(ColorTransform) Method (ColorTransformSet)
In This Topic
Syntax
'Declaration

Public Sub Add( _
ByVal transform
A color transform to add.
As ColorTransform _
)

Parameters

transform
A color transform to add.
Exceptions
ExceptionDescription
Thrown if transform is null.
Thrown if IsThreadSafe is true and transform.IsThreadSafe is false.
Requirements

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

See Also