VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransform Class
In This Topic
ColorTransform Class Properties
In This Topic
For a list of all properties of this type, see ColorTransform.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether current ColorTransform 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.
Public PropertyGets the description of this ColorTransform.
Public PropertyGets the format of destination colors for this ColorTransform.
Public PropertyGets a value indicating whether current ColorTransform is thread-safe.
Public PropertyGets the format of source colors for this ColorTransform.
See Also