anonymous enum

Image rendering hints.

Enumerator:
IMAGE_KEEP 
IMAGE_OWNED  Keep pixel data in client.
IMAGE_DITHER  Pixel data is owned by image.
IMAGE_NEAREST  Dither image to look better.
IMAGE_OPAQUE  Turn off dithering and map to nearest color.
IMAGE_ALPHACOLOR  Force opaque background.
IMAGE_SHMI  Override transparancy color.
IMAGE_SHMP  Using shared memory image.
IMAGE_ALPHAGUESS  Using shared memory pixmap.

Definition at line 35 of file FXImage.h.

00035      {
00036   IMAGE_KEEP       = 0x00000001,      
00037   IMAGE_OWNED      = 0x00000002,      
00038   IMAGE_DITHER     = 0,               
00039   IMAGE_NEAREST    = 0x00000004,      
00040   IMAGE_OPAQUE     = 0x00000008,      
00041   IMAGE_ALPHACOLOR = 0x00000010,      
00042   IMAGE_SHMI       = 0x00000020,      
00043   IMAGE_SHMP       = 0x00000040,      
00044   IMAGE_ALPHAGUESS = 0x00000080       
00045   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:45 2009 for TnFOX by doxygen v1.4.7