VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / ColorTransformWithWhitePoint Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
ColorTransformWithWhitePoint Class
In This Topic
Provides the abstract base class for the color transforms which have the certain white point, specified as CIEXYZ value, for the source and destination color space.
Object Model
XyzColor XyzColor ColorSpaceFormat ColorSpaceFormat ColorTransformWithWhitePoint
Syntax
'Declaration

Public MustInherit Class ColorTransformWithWhitePoint
   Inherits ColorTransform
   Implements IColorTransformWithWhitePoint

public abstract class ColorTransformWithWhitePoint : ColorTransform, IColorTransformWithWhitePoint

Inheritance Hierarchy

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

Requirements

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

See Also