colour.utils

Various utilities functions.

Functions

color_scale(begin_hsl, end_hsl, nb)

Return a list of nb color HSL tuples between begin_hsl and end_hsl.

hash_or_str(obj)

Convert an object into a unique hash.