# 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.hclplot();
Documentation built with Python 3.14.2, pyp2qmd 0.1.2 and quarto 1.8.27 on GitHub.
Convenience method for calling hclplot on the current color object. Additional arguments can be forwarded via **kwargs (see hclplot for details).
RGB.hclplot(**kwargs)
**kwargs
