~ubuntu-branches/ubuntu/wily/python-imaging/wily

« back to all changes in this revision

Viewing changes to docs/pythondoc-PIL.ImagePalette.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (1.1.4)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130131204920-7tnuhqhlsqdza4c2
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===========================
 
2
The PIL.ImagePalette Module
 
3
===========================
 
4
 
 
5
The PIL.ImagePalette Module
 
6
===========================
 
7
 
 
8
**ImagePalette(mode="RGB", palette=None)** (class)
 
9
[`# <#PIL.ImagePalette.ImagePalette-class>`_]
 
10
    Colour palette wrapper for palette mapped images.
 
11
 
 
12
    For more information about this class, see `*The ImagePalette
 
13
    Class* <#PIL.ImagePalette.ImagePalette-class>`_.
 
14
 
 
15
The ImagePalette Class
 
16
----------------------
 
17
 
 
18
**ImagePalette(mode="RGB", palette=None)** (class)
 
19
[`# <#PIL.ImagePalette.ImagePalette-class>`_]