Changeset 4707


Ignore:
Timestamp:
11/08/10 20:20:12 (3 years ago)
Author:
alxf
Message:
  • Fix color mask order in Dither class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/python/caca/dither.py

    r4705 r4707  
    6969 
    7070        self._dither = _lib.caca_create_dither(bpp, width, height, pitch, 
    71                                                bmask, gmask, rmask, amask) 
     71                                               rmask, gmask, bmask, amask) 
    7272 
    7373        if self._dither == 0: 
Note: See TracChangeset for help on using the changeset viewer.