Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:colormode

121         'clearscreen', 'colormode', 'delay', 'exitonclick', 'getcanvas',
158 "colormode": 1.0,
921 colormode=_CFG["colormode"], delay=_CFG["delay"]):
948 self._colormode = _CFG["colormode"]
966 self._colormode = _CFG["colormode"]
1093 numbers corresponding to actual colormode,
1094 i.e. in the range 0<=n<=colormode.
1127 def colormode(self, cmode=None):
1128 """Return the colormode or set it to 1.0 or 255.
1136 >>> screen.colormode()
1138 >>> screen.colormode(255)
1173 in the range 0..colormode or a 3-tuple of such numbers.
2117 >>> colormode(255)
2149 and each of r, g, and b are in the range 0..colormode,
2150 where colormode is either 1.0 or 255
2153 are in the range 0..colormode
2186 and each of r, g, and b are in the range 0..colormode,
2187 where colormode is either 1.0 or 255
2190 are in the range 0..colormode
3951 colormode(255)