The colors are:
| %%Black | 0, 0, 0 |
| %%Blue | 0, 0, 65535 |
| %%Cyan | 0, 65535, 65535 |
| %%DarkGray | 32768, 32768, 32768 |
| %%Gray | 49152, 49152, 49152 |
| %%Green | 0, 65535, 0 |
| %%Magenta | 65535, 0, 65535 |
| %%Red | 65535, 0, 0 |
| %%White | 65535, 65535, 65535 |
| %%Yellow | 65535, 65535, 0 |
%%Set(%%CurrWin.ForeColor,%%White)
Define the foreground color (color of texts) for all components in
the current window to be white.
(By default, components inherit their foreground color from the
window; when a component defines its own settings, this definition
will not affect the component in question.)
%%Set(%%CurrWin.AreaColor,%%White)
Define the background color of the area in the current window
that is reserved for displaying any Multiple Document Interface (MDI)
child windows
to be white.
%%Set(%%CurrWin.Color,%%White)
Define the background color of the current window
to be white.
%%Set(%%CurrCtl.BackColor,%%White)
Define the background color for value of the current component
to be white.
%%Set(%%CurrCtl.ForeColor,%%White)
Define the foreground color (color of texts) for the value of the
current component to be white.
%%Set(%%CurrCtl.TBackColor,%%White)
Define the background color for the label (title) of the the current component
to be white.
%%Set(%%CurrCtl.TForeColor,%%White)
Define the foreground color (color of texts) for the label (title) of
current component to be white.