]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed "clear()" and added "clearto(r, g, b)".
authorGuido van Rossum <guido@python.org>
Mon, 7 Sep 1992 15:28:57 +0000 (15:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Sep 1992 15:28:57 +0000 (15:28 +0000)
commit4526f379bca5695b2144f1142f6a524d77bb7fe4
tree04d0dce5bf7aefcf113af158b0abe6758a8fec95
parent2de9b68fea0be67d731b275b38fa015d95702f69
Fixed "clear()" and added "clearto(r, g, b)".
Added class RandomVinFile which supports random access and warming the cache.
Added eofseen and errorseen methods to BasicVinFile.
Use RGB mode for rgb8 data on entry level Indigo.
Minor cosmetic changes.
Demo/sgi/video/VFile.py