GRColorAtom: (10002)

This atom does not occur in the file by itself, but it occurs inside other atoms. It contains an index into the Scheme Collection or an RGB color as indicated by its index field.

GRColorAtom Fields

Offset

Type

Name

Contents

0

ubyte1

red

Red value (0 - 255)

1

ubyte1

green

Green value (0 - 255)

2

ubyte1

blue

Blue value (0 - 255)

3

ubyte1

index

If this field has a value of OxFE, then the color is an RGB value. If not, it contains an index into the color scheme, with each value describing a color in the Scheme Colors dialog :

See Scheme Colors table below for valid values.

This field can have a value of 0xFF if the color is undefined.


Scheme Color Values

Value

Meaning

0

Background

1

Text and Lines

2

Shadows

3

Title Text

4

Fills

5

Accent 1

6

Accent 2

7

Accent 3