Get the chroma index. Return null if the color has no chroma component.
The component index.
Get the component names.
The component names.
Get the number of components.
The number of components.
Get the constraint function.
The constraint function.
Get the css meta info. Return null of no CSS representation is possible for this color space.
The CSS meta info.
Get the hue index. Return null if the color has no hue component (i.e. it is not cylindrical).
The component index.
Get the lightness index. Return null if the color has no lightness component.
The component index.
Get the standardized luminance limit inside xyY space.
Get the color space name.
The color space name.
Get the cohordinates of the polygon delimiting the color validity in
xyY space.
The cohordinates.
Get the component index by name. Returns null if no name matches.
The component name.
The index.
Get the component name by index. Returns null if no index matches.
The component indxe.
The index.
Check whether the component name is valid.
True if valid.
StaticfromCreate an instance.
The configuration.
The new instance.
Class representing meta informations about a color space. Useful to generalize/factorize some manipulations and to push the tree-shaking.