VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformD65ToD50 Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ColorTransformD65ToD50 Class
    In This Topic
    Provides the abstract base class for the color transforms that transform colors from the CIE illuminant D65 color space to the CIE illuminant D50 color space.
    Object Model
    XyzColor XyzColor ColorSpaceFormat ColorSpaceFormat ColorTransformD65ToD50
    Syntax
    'Declaration
    
    Public MustInherit Class ColorTransformD65ToD50
       Inherits ColorTransformWithWhitePoint
    
    
    public abstract class ColorTransformD65ToD50 : ColorTransformWithWhitePoint
    
    
    public __gc abstract class ColorTransformD65ToD50 : public ColorTransformWithWhitePoint*
    
    
    public ref class ColorTransformD65ToD50 abstract : public ColorTransformWithWhitePoint^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ColorManagement.ColorTransform
          Vintasoft.Imaging.ColorManagement.ColorTransformWithWhitePoint
             Vintasoft.Imaging.ColorManagement.ColorTransformD65ToD50

    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