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

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

    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