Struct CieXyz
CIE XYZ 1931 color space
Namespace: Dapplo.Windows.Gdi32.Structs
Assembly: Dapplo.Windows.Gdi32.dll
Syntax
public struct CieXyz
Properties
| Improve this Doc View SourceX
is a mix of cone response curves chosen to be orthogonal to luminance and non-negative FXPT2DOT30 is a fixed-point values with a 2-bit integer part and a 30-bit fractional part.
Declaration
public uint X { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Y
Luminance FXPT2DOT30 is a fixed-point values with a 2-bit integer part and a 30-bit fractional part.
Declaration
public uint Y { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Z
is somewhat equal to blue FXPT2DOT30 is a fixed-point values with a 2-bit integer part and a 30-bit fractional part.
Declaration
public uint Z { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Methods
| Improve this Doc View SourceCreate(UInt32)
Factory for a CieXyz
Declaration
public static CieXyz Create(uint fxPt2Dot30)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | fxPt2Dot30 | uint |
Returns
Type | Description |
---|---|
CieXyz |