Click or drag to resize
DigitalRuneCieSkyParameters Structure
Defines the parameters of the CIE sky luminance distribution.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public struct CieSkyParameters : IEquatable<CieSkyParameters>

The CieSkyParameters type exposes the following members.

Constructors
  NameDescription
Public methodCieSkyParameters
Initializes a new instance of the CieSkyParameters struct.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CieSkyParameters)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two sets of CieSkyParameterss to determine whether they are the same.
Public operatorStatic memberInequality
Compares two sets of CieSkyParameterss to determine whether they are different.
Top
Fields
  NameDescription
Public fieldA
The parameter a of the CIE Sky Model.
Public fieldB
The parameter b of the CIE Sky Model.
Public fieldC
The parameter c of the CIE Sky Model.
Public fieldD
The parameter d of the CIE Sky Model.
Public fieldE
The parameter e of the CIE Sky Model.
Public fieldStatic memberType1
CIE Standard Overcast Sky, steep luminance gradation towards zenith, azimuthal uniformity.
Public fieldStatic memberType10
Partly cloudy, with brighter circumsolar region.
Public fieldStatic memberType11
White-blue sky with distinct solar corona.
Public fieldStatic memberType12
CIE Standard Clear Sky, low illuminance turbidity.
Public fieldStatic memberType13
CIE Standard Clear Sky, polluted atmosphere.
Public fieldStatic memberType14
Cloudless turbid sky with broad solar corona.
Public fieldStatic memberType15
White-blue turbid sky with broad solar corona.
Public fieldStatic memberType2
Overcast, with steep luminance gradation and slight brightening towards the sun.
Public fieldStatic memberType3
Overcast, moderately graded with azimuthal uniformity.
Public fieldStatic memberType4
Overcast, moderately graded and slight brightening towards the sun.
Public fieldStatic memberType5
Sky of uniform luminance.
Public fieldStatic memberType6
Partly cloudy sky, no gradation towards zenith, slight brightening towards the sun.
Public fieldStatic memberType7
Partly cloudy sky, no gradation towards zenith, brighter circumsolar region.
Public fieldStatic memberType8
Partly cloudy sky, no gradation towards zenith, distinct solar corona.
Public fieldStatic memberType9
Partly cloudy, with the obscured sun.
Top
Remarks
The CIE Sky Model uses 5 parameters a, b, c, d, e to define the distribution of luminance in the sky. This type provides parameters for several predefined sky types according to the CIE standard (see Type1 to Type15).
See Also