colour.plotting.single_colour_swatch_plot

colour.plotting.single_colour_swatch_plot(colour_swatch, **kwargs)[source]

Plots given colour swatch.

Parameters:

colour_swatch (ColourSwatch) – ColourSwatch.

Other Parameters:
 
Returns:

Current figure or None.

Return type:

Figure

Examples

>>> RGB = (0.32315746, 0.32983556, 0.33640183)
>>> single_colour_swatch_plot(ColourSwatch(RGB))