- Timestamp:
- Nov 8, 2010, 8:20:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/python/caca/dither.py
r4705 r4707 69 69 70 70 self._dither = _lib.caca_create_dither(bpp, width, height, pitch, 71 bmask, gmask, rmask, amask)71 rmask, gmask, bmask, amask) 72 72 73 73 if self._dither == 0:
Note: See TracChangeset
for help on using the changeset viewer.