| CieSkyParameters Constructor |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public CieSkyParameters(
float a,
float b,
float c,
float d,
float e
)
Public Sub New (
a As Single,
b As Single,
c As Single,
d As Single,
e As Single
)
public:
CieSkyParameters(
float a,
float b,
float c,
float d,
float e
)
new :
a : float32 *
b : float32 *
c : float32 *
d : float32 *
e : float32 -> CieSkyParameters
Parameters
- a
- Type: SystemSingle
The parameter a. - b
- Type: SystemSingle
The parameter b. - c
- Type: SystemSingle
The parameter c. - d
- Type: SystemSingle
The parameter d. - e
- Type: SystemSingle
The parameter e.
See Also