Struct CieXyzTripple
Color representation using CIEXYZ color components
Namespace: Dapplo.Windows.Gdi32.Structs
Assembly: Dapplo.Windows.Gdi32.dll
Syntax
public struct CieXyzTripple
Properties
| Improve this Doc View SourceBlue
A CIE XYZ 1931 color space for the blue component
Declaration
public CieXyz Blue { get; set; }
Property Value
| Type | Description |
|---|---|
| CieXyz |
Green
A CIE XYZ 1931 color space for the green component
Declaration
public CieXyz Green { get; set; }
Property Value
| Type | Description |
|---|---|
| CieXyz |
Red
A CIE XYZ 1931 color space for the red component
Declaration
public CieXyz Red { get; set; }
Property Value
| Type | Description |
|---|---|
| CieXyz |
Methods
| Improve this Doc View SourceCreate(CieXyz, CieXyz, CieXyz)
Factory method
Declaration
public static CieXyzTripple Create(CieXyz red, CieXyz green, CieXyz blue)
Parameters
| Type | Name | Description |
|---|---|---|
| CieXyz | red | CieXyz |
| CieXyz | green | CieXyz |
| CieXyz | blue | CieXyz |
Returns
| Type | Description |
|---|---|
| CieXyzTripple | CieXyzTripple |