C#
VB
C++
Indicates the spectrum of the white color.
public enum ConversionWhitePointType
Public Enum ConversionWhitePointType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ConversionWhitePointType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Custom | Use the values of the ConversionWhitePoint.XWhite and ConversionWhitePoint.YWhite properties. |
50 | D50 | D50 white point. |
50 | Default | Default (D55) white point. |
55 | D55 | D55 white point. |
65 | D65 | D65 white point. |
75 | D75 | D75 white point. |
93 | D93 | D93 white point. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET