Home
last modified time | relevance | path

Searched refs:colormode (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dturtle.rst200 | :func:`colormode`
860 *b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where
861 colormode is either 1.0 or 255 (see :func:`colormode`).
865 *r*, *g*, and *b* must be in the range 0..colormode.
872 >>> colormode()
883 >>> colormode(255)
908 *b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where
909 colormode is either 1.0 or 255 (see :func:`colormode`).
913 *r*, *g*, and *b* must be in the range 0..colormode.
967 See also: Screen method :func:`colormode`.
[all …]
/external/python/cpython2/Demo/turtle/
Dtdemo_nim.py121 self.screen.colormode(255)
/external/python/cpython2/Lib/lib-tk/
Dturtle.py922 colormode=_CFG["colormode"], delay=_CFG["delay"]): argument
1128 def colormode(self, cmode=None): member in TurtleScreen
3950 colormode(255)