2.2.18 LogPaletteEntry Object

The LogPaletteEntry object defines the values that make up a single entry in a LogPalette object (section 2.2.17).


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Reserved

Blue

Green

Red

Reserved (1 byte): An unsigned integer that MUST NOT be used and MUST be ignored.

Blue (1 byte): An unsigned integer that defines the blue intensity value for the entry.

Green (1 byte): An unsigned integer that defines the green intensity value for the entry.

Red (1 byte): An unsigned integer that defines the red intensity value for the entry.

EMF MUST define colors as device-independent values because the metafile itself is device-independent.