Defines the colour notation systems plotting objects:
Plots given Lightness function.
Parameters: |
|
---|---|
Returns: | Definition success. |
Return type: | bool |
Examples
>>> f = 'ASTM D1535-08'
>>> single_munsell_value_function_plot(f)
True
Plots given Munsell value functions.
Parameters: |
|
---|---|
Returns: | Definition success. |
Return type: | bool |
Raises: | KeyError – If one of the given Munsell value function is not found in the factory Munsell value functions. |
Examples
>>> fs = ('ASTM D1535-08', 'McCamy 1987')
>>> multi_munsell_value_function_plot(fs)
True