Lines Matching refs:colormode
122 'clearscreen', 'colormode', 'delay', 'exitonclick', 'getcanvas',
157 "colormode": 1.0,
966 colormode=_CFG["colormode"], delay=_CFG["delay"]):
994 self._colormode = _CFG["colormode"]
1019 self._colormode = _CFG["colormode"]
1147 numbers corresponding to actual colormode,
1148 i.e. in the range 0<=n<=colormode.
1181 def colormode(self, cmode=None):
1182 """Return the colormode or set it to 1.0 or 255.
1190 >>> screen.colormode()
1192 >>> screen.colormode(255)
1227 in the range 0..colormode or a 3-tuple of such numbers.
2204 >>> colormode(255)
2236 and each of r, g, and b are in the range 0..colormode,
2237 where colormode is either 1.0 or 255
2240 are in the range 0..colormode
2273 and each of r, g, and b are in the range 0..colormode,
2274 where colormode is either 1.0 or 255
2277 are in the range 0..colormode
4072 colormode(255)