colour.characterisation.ColourChecker¶
-
class
colour.characterisation.ColourChecker[source]¶ ColourChecker data.
Parameters: - name (unicode) – ColourChecker name.
- data (OrderedDict) – chromaticity coordinates in CIE xyY colourspace.
- illuminant (array_like) – ColourChecker illuminant chromaticity coordinates.
Create new instance of ColourChecker(name, data, illuminant)
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
countReturn number of occurrences of value. indexReturn first index of value. Attributes
dataAlias for field number 1 illuminantAlias for field number 2 nameAlias for field number 0