VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / CompositeColorTransformWithWhitePoint Class
In This Topic
    CompositeColorTransformWithWhitePoint Class Properties
    In This Topic
    For a list of all properties of this type, see CompositeColorTransformWithWhitePoint.
    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 the white point, as XYZ value, in the destination color space.
    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)
    Public PropertyGets the white point, as XYZ value, in the source color space.
    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)
    See Also