Share

ACIColors

C++

enum ACIColors {
  kACIByBlock = 0,
  kACIRed = 1,
  kACIYellow = 2,
  kACIGreen = 3,
  kACICyan = 4,
  kACIBlue = 5,
  kACIMagenta = 6,
  kACIForeground = 7,
  kACIByLayer = 256
};

File

dbcolor.h

Members

Members Description
kACIByBlock Color is determined by block
kACIRed Red
kACIYellow Yellow
kACIGreen Green
kACICyan Cyan
kACIBlue Blue
kACIMagenta Magenta
kACIForeground Color is determined by foreground
kACIByLayer Color is determined by layer

Description

This enumeration defines the color index values.

Was this information helpful?