colour.quality.ColourQuality_Specification_TLMF2013#
- class colour.quality.ColourQuality_Specification_TLMF2013(name: str, Q_a: float, delta_E_a: float, delta_E_s: NDArrayFloat)[source]#
Define the Television Luminaire Matching Factor (TLMF-2013) colour quality specification.
- Parameters:
name (str) – Names of the test and reference spectral distributions.
Q_a (float) – TLMF-2013 score.
delta_E_a (float) – Aggregate colour difference.
delta_E_s (NDArrayFloat) – Per-sample colour differences used for the final score.
- __init__(name: str, Q_a: float, delta_E_a: float, delta_E_s: NDArrayFloat) None#
- Parameters:
name (str)
Q_a (float)
delta_E_a (float)
delta_E_s (NDArrayFloat)
- Return type:
None
Methods
__init__(name, Q_a, delta_E_a, delta_E_s)Attributes
nameQ_adelta_E_adelta_E_s