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,%%Green)
Define the foreground color (color of texts) for all components in
the current window to be green.
(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,%%Green)
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 green.
%%Set(%%CurrWin.Color,%%Green)
Define the background color of the current window
to be green.
%%Set(%%CurrCtl.BackColor,%%Green)
Define the background color for value of the current component
to be green.
%%Set(%%CurrCtl.ForeColor,%%Green)
Define the foreground color (color of texts) for the value of the
current component to be green.
%%Set(%%CurrCtl.TBackColor,%%Green)
Define the background color for the label (title) of the the current component
to be green.
%%Set(%%CurrCtl.TForeColor,%%Green)
Define the foreground color (color of texts) for the label (title) of
current component to be green.