colour.color.C_HSL

class colour.color.C_HSL

HSL colors container.

Provides a quick color access.

>>> from colour import HSL
>>> HSL.WHITE
(0.0, 0.0, 1.0)
>>> HSL.BLUE 
(0.66..., 1.0, 0.5)
>>> HSL.DONOTEXISTS  
Traceback (most recent call last):
...
AttributeError: ... has no attribute 'DONOTEXISTS'
__init__()

Methods