Name | Description | |
---|---|---|
![]() | ColorTransform | Initializes a new instance of the ColorTransform class. |
Name | Description | |
---|---|---|
![]() | ColorTransform | Initializes a new instance of the ColorTransform class. |
Name | Description | |
---|---|---|
![]() | CanUseSameBufferForSourceAndDestChannels | Gets 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. |
![]() | Description | Gets the description of this ColorTransform. |
![]() | DestColorFormat | Gets the format of destination colors for this ColorTransform. |
![]() | IsThreadSafe | Gets a value indicating whether current ColorTransform is thread-safe. |
![]() | SourceColorFormat | Gets the format of source colors for this ColorTransform. |
Name | Description | |
---|---|---|
![]() | CreateOptimizedWith | Returns an optimized color transform that is identical to the combination of current transform and specified transform. |
![]() | IsIdentity | Determines whether this ColorTransform is identity transform. |
![]() | IsInverseTransform | Determines whether specified ColorTransform is inverse to this ColorTransform. |
![]() | ToString | Returns the string representation of this object. |
![]() | Transform | Performs single color transform. |
![]() | Transform16bitVector | Performs 16-bit color vector transform. |
![]() | Transform8bitVector | Performs 8-bit color vector transform. |
![]() | TransformFrom16bitVector | Performs color vector transform from 16-bit values. |
![]() | TransformFrom8bitVector | Performs color vector transform from 8-bit values. |
![]() | TransformTo16bitVector | Performs color vector transform to 16-bit values. |
![]() | TransformTo8bitVector | Performs color vector transform to 8-bit values. |
![]() | TransformVector | Performs color vector transform. |