Changeset 4802 for libcaca/trunk/python/caca/dither.py
- Timestamp:
- 01/13/12 21:17:01 (16 months ago)
- File:
-
- 1 edited
-
libcaca/trunk/python/caca/dither.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/python/caca/dither.py
r4707 r4802 72 72 73 73 if self._dither == 0: 74 raise DitherError , "Failed to create dither object"74 raise DitherError("Failed to create dither object") 75 75 76 76 def set_palette(self, red, green, blue, alpha): … … 83 83 alpha -- array of 256 alpha values 84 84 """ 85 raise DitherError , "Not implemented"85 raise DitherError("Not implemented") 86 86 87 87 def set_brightness(self, brightness):
Note: See TracChangeset
for help on using the changeset viewer.
