|
Getting Started
SDK API Reference
SDK API Features
Other Documentation
|
|
|
PIResDefines.h File ReferenceThis file contains the public definitions used to create PiPL resources with the PiPL master template, PIGeneral.r and PIGeneral.h. More...
Go to the source code of this file.
Detailed Description
This file contains the public definitions used to create PiPL resources with the PiPL master template, PIGeneral.r and PIGeneral.h.
NOTE: Because this is included in both a header and a resource template, there are strict rules as to how elements can be defined.
Use: This file must be included to correctly compile any resource (.r) files using the specific flags contained here. It is automatically included in PIGeneral.r and PIGeneral.h.
Define Documentation
#define latestAcquireVersion 4 |
#define latestAcquireSubVersion 0 |
#define latestExportVersion 4 |
#define latestExportSubVersion 0 |
#define latestExtensionVersion 2 |
#define latestExtensionSubVersion 0 |
#define latestFilterVersion 4 |
#define latestFilterSubVersion 0 |
#define latestFormatVersion 1 |
#define latestFormatSubVersion 0 |
#define latestParserVersion 2 |
#define latestParserSubVersion 0 |
#define latestSelectionVersion 1 |
#define latestSelectionSubVersion 0 |
#define latestPickerVersion 1 |
#define latestPickerSubVersion 0 |
#define latestActionsPlugInVersion 1 |
#define latestActionsPlugInSubVersion 0 |
#define supportsGrayScale 2 |
#define supportsIndexedColor 4 |
#define supportsRGBColor 8 |
#define supportsCMYKColor 16 |
#define supportsHSLColor 32 |
#define supportsHSBColor 64 |
#define supportsMultichannel 128 |
#define supportsDuotone 256 |
#define supportsLABColor 512 |
#define flagSupportsBitmap 128 |
#define flagSupportsGrayScale 64 |
#define flagSupportsIndexedColor 32 |
#define flagSupportsRGBColor 16 |
#define flagSupportsCMYKColor 8 |
#define flagSupportsHSLColor 4 |
#define flagSupportsHSBColor 2 |
#define flagSupportsMultichannel 1 |
#define flagSupportsDuotone 128 |
#define flagSupportsLABColor 64 |
#define bitUpperRight (1<<4) |
#define bitLowerRight (1<<5) |
#define bitLowerLeft (1<<6) |
#define bitUpperLeft (1<<7) |
|
|