hbutils.color.model ========================== .. currentmodule:: hbutils.color.model .. automodule:: hbutils.color.model Color ----------------- .. autoclass:: Color :members: __init__, alpha, rgb, hsv, hls, __repr__, __str__, __getstate__, __setstate__, __hash__, __eq__, from_rgb, from_hex, from_hls, from_hsv RGBColorProxy ------------------- .. autoclass:: RGBColorProxy :members: __init__, red, green, blue, __iter__, __repr__ HLSColorProxy ------------------- .. autoclass:: HLSColorProxy :members: __init__, hue, saturation, lightness, __iter__, __repr__ HSVColorProxy ------------------- .. autoclass:: HSVColorProxy :members: __init__, hue, saturation, value, brightness, __iter__, __repr__