~ubuntu-branches/debian/experimental/pygame/experimental

« back to all changes in this revision

Viewing changes to docs/reST/ref/color.rst

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng, Vincent Cheng, Jakub Wilk
  • Date: 2014-02-19 01:41:42 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140219014142-ab2ar7sw7yoisv7x
Tags: 1.9.2~pre~r3348-1
[ Vincent Cheng ]
* Set Debian Python Modules Team <python-modules-team@l.a.d.o> as new
  maintainer, and move Ed Boraas into Uploaders with his consent.
  - Update Vcs-* fields accordingly.
* Replace dependency ttf-freefont -> fonts-freefont-ttf. (Closes: #738244)
* Replace build-dep on python3.2 (>= 3.2.3-7) with build-conflicts instead.
* Remove dependency on ${python:Provides}.
* Remove Replaces+Conflicts with obsolete pygame packages.
* Update Standards version to 3.9.5.
* Update my email address.

[ Jakub Wilk ]
* Run tests only if DEB_BUILD_OPTIONS=nocheck is not set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
   4 element tuples of integers (New in 1.9.0). There was a bug in pygame 1.8.1
28
28
   where the default alpha was 0, not 255 like previously.
29
29
 
 
30
   Color objects export the C level array interface. The interface exports a
 
31
   read-only one dimensional unsigned byte array of the same assigned length
 
32
   as the color. For CPython 2.6 and later, the new buffer interface is also
 
33
   exported, with the same characteristics as the array interface. New in
 
34
   pygame 1.9.2.
 
35
 
30
36
   New implementation of Color was done in pygame 1.8.1.
31
37
 
32
38
   .. attribute:: r