colour.phenomena.SkyType_CIE2003#

class colour.phenomena.SkyType_CIE2003(gradation_group: int, indicatrix_group: int, a: float, b: float, c: float, d: float, e: float, description: str)[source]#

Define parameters for a CIE Standard General Sky type.

Parameters:
  • gradation_group (int) – Gradation function group (I-VI).

  • indicatrix_group (int) – Indicatrix function group (1-6).

  • a (float) – Gradation parameter \(a\).

  • b (float) – Gradation parameter \(b\).

  • c (float) – Indicatrix parameter \(c\).

  • d (float) – Indicatrix parameter \(d\).

  • e (float) – Indicatrix parameter \(e\).

  • description (str) – Description of luminance distribution.

References

[]

__init__(gradation_group: int, indicatrix_group: int, a: float, b: float, c: float, d: float, e: float, description: str) None#
Parameters:
Return type:

None

Methods

__init__(gradation_group, indicatrix_group, ...)

Attributes

fields

Getter for the fields of the dataclass-like class.

items

Getter for the dataclass-like class items, i.e., the field names and values.

keys

Getter for the dataclass-like class keys, i.e., the field names.

values

Getter for the dataclass-like class field values.

gradation_group

indicatrix_group

a

b

c

d

e

description