libxyz ::
ui ::
colors ::
BaseHighColor ::
Class BaseHighColor
|
|
Class BaseHighColor
source code
object --+
|
Color --+
|
BaseHighColor
High color can contain value of form:
#009 (0% red, 0% green, 60% red, like HTML colors) #fcc (100% red, 80%
green, 80% blue) g40 (40% gray, decimal), 'g#cc' (80% gray, hex), #000,
'g0', 'g#00' (black), #fff, 'g100', 'g#ff' (white) h8 (color number 8),
'h255' (color number 255)
|
|
|
|
Inherited from Color :
__init__ ,
__repr__ ,
__str__
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|
Inherited from object :
__class__
|