SAVEBIT Enumeration

详细描述

Flags for the opening/saving of bitmaps .

Enumerations

enum   SAVEBIT {
   NONE ,
   ALPHA ,
   MULTILAYER ,
   USESELECTEDLAYERS ,
   USE16BITCHANNELS ,
   GREYSCALE ,
   INTERNALNET ,
   DONTMERGE ,
   USE32BITCHANNELS ,
   SAVERENDERRESULT ,
   FIRSTALPHA_ONLY ,
   KEEP_COLOR_MODE
}

函数

enum SAVEBIT   MAXON_ENUM_FLAGS ( SAVEBIT )

Enumeration Type Documentation

◆  SAVEBIT

enum SAVEBIT
strong
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 

使用 16 -bit channels.

GREYSCALE 

Save in grayscale mode.

INTERNALNET 

Private .

DONTMERGE 

Avoid merging of layers in BodyPaint 3D files.

USE32BITCHANNELS 

使用 32 -bit channels.

SAVERENDERRESULT 

Private .

FIRSTALPHA_ONLY 

Private .

KEEP_COLOR_MODE 

Private .

Function Documentation

◆  MAXON_ENUM_FLAGS()

enum SAVEBIT MAXON_ENUM_FLAGS ( SAVEBIT   )