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