colour.appearance.InductionFactors_LLAB¶
-
class
colour.appearance.
InductionFactors_LLAB
(D, F_S, F_L, F_C)[source]¶ :math:`LLAB(l:c)` colour appearance model induction factors.
- Parameters
D (numeric or array_like) – Discounting-the-Illuminant factor \(D\).
F_S (numeric or array_like) – Surround induction factor \(F_S\).
F_L (numeric or array_like) – Lightness induction factor \(F_L\).
F_C (numeric or array_like) – Chroma induction factor \(F_C\).
References
Create new instance of InductionFactors_LLAB(D, F_S, F_L, F_C)
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
D
Alias for field number 0
F_C
Alias for field number 3
F_L
Alias for field number 2
F_S
Alias for field number 1