Colour Notation Systems#
Munsell Renotation System#
colour
|
Convert given Munsell colour to CIE xyY colourspace. |
|
Convert from CIE xyY colourspace to Munsell colour. |
Dataset
colour
Define the Munsell Renotation System datasets. |
Munsell Value#
colour
|
Return the Munsell value \(V\) of given luminance \(Y\) using given method. |
Supported Munsell value computation methods. |
Priest, Gibson and MacNicholas (1920)#
colour.notation
Return the Munsell value \(V\) of given luminance \(Y\) using Priest et al. (1920) method. |
Munsell, Sloan and Godlove (1933)#
colour.notation
Return the Munsell value \(V\) of given luminance \(Y\) using Munsell et al. (1933) method. |
Moon and Spencer (1943)#
colour.notation
Return the Munsell value \(V\) of given luminance \(Y\) using Moon and Spencer (1943) method. |
Saunderson and Milner (1944)#
colour.notation
Return the Munsell value \(V\) of given luminance \(Y\) using Saunderson and Milner (1944) method. |
Ladd and Pinney (1955)#
colour.notation
Return the Munsell value \(V\) of given luminance \(Y\) using Ladd and Pinney (1955) method. |
McCamy (1987)#
colour.notation
Return the Munsell value \(V\) of given luminance \(Y\) using McCamy (1987) method. |
ASTM D1535-08e1#
colour.notation
Return the Munsell value \(V\) of given luminance \(Y\) using an inverse lookup table from ASTM D1535-08e1 method. |
Hexadecimal Representation#
colour.notation
|
Convert from RGB colourspace to hexadecimal representation. |
|
Convert from hexadecimal representation to RGB colourspace. |
Web Colours#
colour.notation
The list of basic colour keywords. |
|
The list of the X11 colors supported by popular browsers with the addition of gray/grey variants from SVG 1.0. |
|
List of colour keywords as given by as given by CSS Color Module Level 3 W3C Recommendation. |
|
|
Convert given colour keyword to RGB colourspace according to CSS Color Module Level 3 W3C Recommendation. |