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#
Methods
__init__(gradation_group, indicatrix_group, ...)Attributes
fieldsGetter for the fields of the
dataclass-like class.itemsGetter for the
dataclass-like class items, i.e., the field names and values.keysGetter for the
dataclass-like class keys, i.e., the field names.valuesGetter for the
dataclass-like class field values.gradation_groupindicatrix_groupabcdedescription