mgkit.plots.colors module

New in version 0.1.14.

Contains code related to colour

mgkit.plots.colors.float_to_hex_color(r, g, b)[source]

New in version 0.1.14.

Converts RGB float values to Hexadecimal value string

mgkit.plots.colors.palette_float_to_hex(palette)[source]

New in version 0.1.16.

Applies float_to_hex_color() to an iterable of colors