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

Public Sub Remove( _
ByVal transform
ColorTransform to remove.
As ColorTransform _
)
public void Remove(
ColorTransform transform
)

Parameters

transform
ColorTransform to remove.
Exceptions
ExceptionDescription
Thrown if transform is null.
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