Changeset 1875 for libcaca/trunk/cxx
- Timestamp:
- Nov 4, 2007, 10:56:37 AM (13 years ago)
- Location:
- libcaca/trunk/cxx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/cucul++.cpp
r1822 r1875 324 324 } 325 325 326 void Dither::setInvert(int i)327 {328 cucul_set_dither_invert(dither, i);329 }330 331 326 void Dither::setAntialias(char const *cv) 332 327 { -
libcaca/trunk/cxx/cucul++.h
r1462 r1875 66 66 void setGamma(float); 67 67 void setContrast(float); 68 void setInvert(int);69 68 void setAntialias(char const *); 70 69 char const *const * getAntialiasList();
Note: See TracChangeset
for help on using the changeset viewer.