VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / CompositeColorTransformWithWhitePoint Class
In This Topic
    CompositeColorTransformWithWhitePoint Class Methods
    In This Topic
    For a list of all methods of this type, see CompositeColorTransformWithWhitePoint.
    Public Methods
     NameDescription
    Public MethodCreates a new instance of the CompositeColorTransformWithWhitePoint class.
    Public MethodReturns an optimized color transform that is identical to the combination of current transform and specified transform. (Inherited from ColorTransform)
    Public MethodDetermines whether this ColorTransform is identity transform. (Inherited from ColorTransform)
    Public MethodDetermines whether specified ColorTransform is inverse to this ColorTransform. (Inherited from ColorTransform)
    Public MethodReturns the string representation of this object. (Inherited from CompositeColorTransform)
    Public MethodPerforms single color transform. (Inherited from ColorTransform)
    Public MethodPerforms 16-bit color vector transform. (Inherited from CompositeColorTransform)
    Public MethodPerforms 8-bit color vector transform. (Inherited from CompositeColorTransform)
    Public MethodPerforms color vector transform from 16-bit values. (Inherited from CompositeColorTransform)
    Public MethodPerforms color vector transform from 8-bit values. (Inherited from CompositeColorTransform)
    Public MethodPerforms color vector transform to 16-bit values. (Inherited from CompositeColorTransform)
    Public MethodPerforms color vector transform to 8-bit values. (Inherited from CompositeColorTransform)
    Public MethodPerforms color vector transform. (Inherited from CompositeColorTransform)
    See Also