home *** CD-ROM | disk | FTP | other *** search
- #define EFX_24BIT 1 //Works with 24-bit data
- #define EFX_8GREY 2 //Works with 8-bit greyscale (not yet!)
- #define EFX_1BIT 4 //Works with monochrome (not yet!)
- #define EFX_INDEXED 8 //Works with indexed colour (not yet!)
- #define EFX_NOOPTIONS 16 //Effect has no options.
- #define EFX_USESECOND 32 //Effect uses (and requires) secondary
- #define EFX_NEEDSUNDO 64 //Effect needs an undo (seperate destination)
- #define EFX_VALIDFORNEW 256 //Effect can be applied as a valid op to a new (blank) page.
- #define EFX_FULLSCREENONLY 512 //Effect cannot be applied to a region, only the full image.
-