VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / SimpleCompositeColorTransform Class
Properties Methods SeeAlso
In This Topic
SimpleCompositeColorTransform Class Members
In This Topic
The following tables list the members exposed by SimpleCompositeColorTransform.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether current color transform can use the same array for source and destination channel values in Transform(Double[],Double[]), TransformVector(Double[],Int32,Int32,Double[],Int32), Transform8bitVector(Byte[],Int32,Int32,Byte[],Int32) and Transform16bitVector(Byte[],Int32,Int32,Byte[],Int32) methods. (Inherited from CompositeColorTransform)
Public PropertyGets the description of this ColorTransform. (Inherited from ColorTransform)
Public PropertyGets the format of destination colors for this ColorTransform. (Inherited from ColorTransform)
Public PropertyGets a value indicating whether current ColorTransform is thread-safe. (Inherited from CompositeColorTransform)
Public PropertyGets the format of source colors for this ColorTransform. (Inherited from ColorTransform)
Protected Properties
 NameDescription
Protected PropertyGets the maximum number of source and destination channels among all sub transforms of this composite transform. (Inherited from CompositeColorTransform)
Protected PropertyGets an array of sub transforms of this composite transform. (Inherited from CompositeColorTransform)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new instance of the class.
Public MethodReturns an optimized color transform that is identical to the combination of current transform and specified transform. (Inherited from ColorTransform)
Public MethodDetermines whether this ColorTransform is identity transform. (Inherited from ColorTransform)
Public MethodDetermines whether specified ColorTransform is inverse to this ColorTransform. (Inherited from ColorTransform)
Public MethodReturns the string representation of this object. (Inherited from CompositeColorTransform)
Public MethodPerforms single color transform. (Inherited from ColorTransform)
Public MethodPerforms 16-bit color vector transform. (Inherited from CompositeColorTransform)
Public MethodPerforms 8-bit color vector transform. (Inherited from CompositeColorTransform)
Public MethodPerforms color vector transform from 16-bit values. (Inherited from CompositeColorTransform)
Public MethodPerforms color vector transform from 8-bit values. (Inherited from CompositeColorTransform)
Public MethodPerforms color vector transform to 16-bit values. (Inherited from CompositeColorTransform)
Public MethodPerforms color vector transform to 8-bit values. (Inherited from CompositeColorTransform)
Public MethodPerforms color vector transform. (Inherited from CompositeColorTransform)
See Also