VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransform Class
Constructors Properties Methods SeeAlso
In This Topic
    ColorTransform Class Members
    In This Topic
    The following tables list the members exposed by ColorTransform.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the ColorTransform class.
    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.
    Public Methods
     NameDescription
    Public MethodReturns an optimized color transform that is identical to the combination of current transform and specified transform.
    Public MethodDetermines whether this ColorTransform is identity transform.
    Public MethodDetermines whether specified ColorTransform is inverse to this ColorTransform.
    Public MethodReturns the string representation of this object.
    Public MethodPerforms single color transform.
    Public MethodPerforms 16-bit color vector transform.
    Public MethodPerforms 8-bit color vector transform.
    Public MethodPerforms color vector transform from 16-bit values.
    Public MethodPerforms color vector transform from 8-bit values.
    Public MethodPerforms color vector transform to 16-bit values.
    Public MethodPerforms color vector transform to 8-bit values.
    Public MethodPerforms color vector transform.
    See Also