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).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.