Palette files apply RGB values to the HCRF chart at export. There are three palette files to match display settings for HCRF:
• day99.xml
• dusk99.xml
• night99.xml
The files use the same colour tokens as the INT1 portrayal but values can be changed. All colour tokens use RGB values. Display of colours in a palette can be controlled through colour weight files. See Colour Weighting.
The number in the file name corresponds to the value of the HCRPAL (HCRF Palette ID) attribute that is set in the HPD Chart to identify which palette a chart should be using.
An example of a LAND_AREA colour token is shown below.
<Colour Type="RGB" Index="3" Token="Land_Area"> <R>246</R> <G>200</G> <B>110</B> <A>100</A> </Colour> |