VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformSet Class
Constructors Properties Methods SeeAlso
In This Topic
    ColorTransformSet Class Members
    In This Topic
    The following tables list the members exposed by ColorTransformSet.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the number of direct transforms.
    Public PropertyGets a value indicating whether not thread-safe transforms can be added to this ColorTransformSet.
    Public Methods
     NameDescription
    Public MethodAdds a ColorTransform to this ColorTransformSet.
    Public MethodAdds a range of color transforms to this ColorTransformSet.
    Public MethodRemoves all items from this ColorTransformSet.
    Public MethodDetermines whether this ColorTransformSet contains a specific ColorTransform.
    Public MethodReturns a ColorTransform that transforms from the first specified color format to the second specified color format directly or through a series of color transforms.
    Public MethodReturns a ColorTransform that transforms directly from the first specified color format to the second specified color format.
    Public MethodRemoves specified ColorTransform from this ColorTransformSet.
    Public MethodCopies the elements of this ColorTransformSet to a new array.
    See Also