VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / CompositeColorTransformWithWhitePoint Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    CompositeColorTransformWithWhitePoint Class
    In This Topic
    Provides the base class for the composite color transforms which have the certain white point, specified as CIEXYZ value, for the source and destination color space.
    Object Model
    XyzColor XyzColor ColorTransform ColorSpaceFormat ColorSpaceFormat CompositeColorTransformWithWhitePoint
    Syntax
    'Declaration
    
    Public Class CompositeColorTransformWithWhitePoint
       Inherits CompositeColorTransform
       Implements IColorTransformWithWhitePoint
    
    
    public class CompositeColorTransformWithWhitePoint : CompositeColorTransform, IColorTransformWithWhitePoint
    
    
    public __gc class CompositeColorTransformWithWhitePoint : public CompositeColorTransform*, IColorTransformWithWhitePoint
    
    
    public ref class CompositeColorTransformWithWhitePoint : public CompositeColorTransform^, IColorTransformWithWhitePoint
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ColorManagement.ColorTransform
          Vintasoft.Imaging.ColorManagement.CompositeColorTransform
             Vintasoft.Imaging.ColorManagement.CompositeColorTransformWithWhitePoint

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also