CompositeColorTransformWithWhitePoint Class Members
In This Topic
The following tables list the members exposed by
CompositeColorTransformWithWhitePoint.
Public Properties
| Name | Description |
 | CanUseSameBufferForSourceAndDestChannels | Gets 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) |
 | Description | Gets the description of this ColorTransform. (Inherited from ColorTransform) |
 | DestColorFormat | Gets the format of destination colors for this ColorTransform. (Inherited from ColorTransform) |
 | DestWhitePoint | Gets the white point, as XYZ value, in the destination color space. |
 | IsThreadSafe | Gets a value indicating whether current ColorTransform is thread-safe. (Inherited from CompositeColorTransform) |
 | SourceColorFormat | Gets the format of source colors for this ColorTransform. (Inherited from ColorTransform) |
 | SourceWhitePoint | Gets the white point, as XYZ value, in the source color space. |
Protected Properties
Public Methods
See Also