home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / DC-PGS21.DMS / in.adf / Extras / DevDocs.LHA / DeveloperDocs / include / photogenics / efx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-03  |  612 b   |  10 lines

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