Home | Contents | Index | Help | < Browse | Browse >
-------------------------------------------------------------------------
PALETTE <colornumber> <RGB>
Sets the virtual palette for colornumber.
R is a hexadecimal number between 0 and F representing the amound of Red.
G is a hexadecimal number between 0 and F representing the amound of Green.
B is a hexadecimal number between 0 and F representing the amound of Blue.
Example:
palette 0 777
palette 1 000
palette 2 FFF
palette 3 A34
Instead of <RGB>, you can give one of the color names described in the
color command description.
Example:
palette 3 green
-------------------------------------------------------------------------
Home | Contents | Index | Help | < Browse | Browse >