| GraphicsHelperRGBToXYZ Field |
A matrix which converts colors from the sRGB color space to the CIE XYZ color space.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly Matrix33F RGBToXYZ
Public Shared ReadOnly RGBToXYZ As Matrix33F
public:
static initonly Matrix33F RGBToXYZ
static val RGBToXYZ: Matrix33F
Field Value
Type:
Matrix33FSee Also