Flags for the opening/saving of bitmaps.
|
enum | SAVEBIT {
NONE,
ALPHA,
MULTILAYER,
USESELECTEDLAYERS,
USE16BITCHANNELS,
GREYSCALE,
INTERNALNET,
DONTMERGE,
USE32BITCHANNELS,
SAVERENDERRESULT,
FIRSTALPHA_ONLY,
KEEP_COLOR_MODE
} |
|
◆ SAVEBIT
Enumerator |
---|
NONE | None.
|
ALPHA | Save the alpha channel(s) in the file. (For filter plugins, do not save an alpha channel if this is not set.)
|
MULTILAYER | Save multiple layers.
|
USESELECTEDLAYERS | Use selected layers.
|
USE16BITCHANNELS | Use 16-bit channels.
|
GREYSCALE | Save in grayscale mode.
|
INTERNALNET | Private.
|
DONTMERGE | Avoid merging of layers in BodyPaint 3D files.
|
USE32BITCHANNELS | Use 32-bit channels.
|
SAVERENDERRESULT | Private.
|
FIRSTALPHA_ONLY | Private.
|
KEEP_COLOR_MODE | Private.
|
◆ MAXON_ENUM_FLAGS()