Detailed Description

Flags for the opening/saving of bitmaps.

Enumerations

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

Functions

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 

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.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum SAVEBIT MAXON_ENUM_FLAGS ( SAVEBIT  )