Annotation #defines

Color macros to use for annotations.

Color macros to use for annotations
Define Description
BM_ANNOTATE_COLOR_<color_name>

Named annotation color, where <color_name> is one of the following colors:

RED

BLUE

GREEN

PURPLE

YELLOW

CYAN

WHITE

LTGRAY

DKGRAY

BLACK

BM_ANNOTATE_COLOR_CYCLIC Annotation color that cycles through a predefined set.
BM_ANNOTATE_COLOR_RGB(<R>, <G>, <B>)

Create an annotation color from its components, where <R>, <G>, and <B> are defined as follows:

R

The red component, where 0 ≤ R ≤ 255.

B

The blue component, where 0 ≤ B ≤ 255.

G

The green component, where 0 ≤ G ≤ 255.