| GraphicsHelperXYZToRGB Field |
A matrix which converts colors from the CIE XYZ color space to the sRGB 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 XYZToRGB
Public Shared ReadOnly XYZToRGB As Matrix33F
public:
static initonly Matrix33F XYZToRGB
static val XYZToRGB: Matrix33F
Field Value
Type:
Matrix33FSee Also