colour.CAM_Specification_CIECAM02¶
- class colour.CAM_Specification_CIECAM02(J=None, C=None, h=None, s=None, Q=None, M=None, H=None, HC=None)[source]¶
Defines the CIECAM02 colour appearance model specification.
- Parameters
J (numeric or array_like) – Correlate of Lightness \(J\).
C (numeric or array_like) – Correlate of chroma \(C\).
h (numeric or array_like) – Hue angle \(h\) in degrees.
s (numeric or array_like) – Correlate of saturation \(s\).
Q (numeric or array_like) – Correlate of brightness \(Q\).
M (numeric or array_like) – Correlate of colourfulness \(M\).
H (numeric or array_like) – Hue \(h\) quadrature \(H\).
HC (numeric or array_like) – Hue \(h\) composition \(H^C\).
References
[], [], [], []
Returns a new instance of the
colour.CAM_Specification_CIECAM02class.- __init__()¶
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
CAlias for field number 1
HAlias for field number 6
HCAlias for field number 7
JAlias for field number 0
MAlias for field number 5
QAlias for field number 4
hAlias for field number 2
sAlias for field number 3