Home | History | Annotate | Download | only in Lib

Lines Matching defs:colormode

121         'clearscreen', 'colormode', 'delay', 'exitonclick', 'getcanvas',
156 "colormode": 1.0,
966 colormode=_CFG["colormode"], delay=_CFG["delay"]):
993 self._colormode = _CFG["colormode"]
1018 self._colormode = _CFG["colormode"]
1146 numbers corresponding to actual colormode,
1147 i.e. in the range 0<=n<=colormode.
1180 def colormode(self, cmode=None):
1181 """Return the colormode or set it to 1.0 or 255.
1189 >>> screen.colormode()
1191 >>> screen.colormode(255)
1226 in the range 0..colormode or a 3-tuple of such numbers.
2203 >>> colormode(255)
2235 and each of r, g, and b are in the range 0..colormode,
2236 where colormode is either 1.0 or 255
2239 are in the range 0..colormode
2272 and each of r, g, and b are in the range 0..colormode,
2273 where colormode is either 1.0 or 255
2276 are in the range 0..colormode
4054 colormode(255)