Color macros to use for annotations.
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_CYCLICAnnotation 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:
RThe red component, where 0 ≤ R ≤ 255.
BThe blue component, where 0 ≤ B ≤ 255.
GThe green component, where 0 ≤ G ≤ 255.