Trees | Indices | Help |
|
---|
|
Represents a GIMP color palette read from file.
Colors can be accessed via their names.
|
|||
|
|||
|
|||
|
|||
|
|
Returns rgb triple of color from palette specified by its name. First looks for exact match, then for first startswith match, then for first substring match, finally raises KeyError. |
Returns rgba quadruple of color from rgb palette specified by its name. First looks for exact match, then for first startswith match, then for first substring match, finally raises KeyError. Alpha defaults to 1.0, if not set by user. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 6 13:59:49 2014 | http://epydoc.sourceforge.net |