# Example using HCL colors
from colorspace import HCL, hexcols
cols = HCL(H = [220, 196, 172, 148, 125],
C = [ 44, 49, 55, 59, 50],
L = [ 49, 61, 72, 82, 90])
cols.specplot(figsize = (8, 4));
Documentation built with Python 3.11.10, pyp2qmd 0.1.1 and quarto 1.5.57 on GitHub.
Visualization of the spectrum of this color object. Internally calls specplot, additional arguments to this main function can be forwarded via the **kwargs argument.
sRGB.specplot(**kwargs)
**kwargs