WGD Color

From WinWolf3D/WDC

There are a couple ways to specify a color.

Palette Index

@0f

The @ prefix signifies that the color is to be taken from the palette. The color's palette index is then given by its two-character hexadecimal representation. Note that this index is always to be two characters. For example, index 0 is given as @00, not @0.

RGB

#RRGGBB

The # prefix signifies that the color is given in its raw RGB format. Note that the prefix is always followed by 6 hexadecimal characters. The characters in the R spots represent the red amount, etc. This format mimics the HTML color format.

Note: The RGB format is not yet supported.