Package bar :: Module color :: Class barColor
[hide private]
[frames] | no frames]

Class barColor

Instance Methods [hide private]
 
__init__(self, (r, g, b))
 
__str__(self)
 
__call__(self)
 
__getInt(self, x)
 
__getIntTuple(self)
 
__getHTMLcolor(self)
 
__getValues(self)
 
__getHSVTuple(self)
Class Methods [hide private]
 
fromInt(barColor, (rInt, bInt, gInt))
 
fromHTML(barColor, colorstring)
 
fromHSVTuple(cls, (h, s, v))
Properties [hide private]
  rgb
  html
  hsv
Property Details [hide private]

rgb

Get Method:
__getIntTuple(self)

html

Get Method:
__getHTMLcolor(self)

hsv

Get Method:
__getHSVTuple(self)