Color Parameters

 

A "color" data type is a WinBatch string variable (actually a list) containing three numbers separated by commas. These three numbers define the amount of red, green, and blue that the color has in it. Each number may vary from 0 (none) to 255 (max.). White has the maximum amount of all colors, while blacks lacks them all. A sample list of colors follow:

 

WHITE="255,255,255"

BLACK="0,0,0"

LTGRAY="192,192,192"

GRAY="128,128,128"

DKGRAY="64,64,64"

LTPURPLE="255,128,255"

RED="255,0,0"

GREEN="0,255,0"

BLUE="0,0,255"

YELLOW="255,255,0"

CYAN="0,255,255"

PURPLE="255,0,255"

DKRED="128,0,0"

DKGREEN="0,128,0"

DKBLUE="0,0,128"

DKYELLOW="128,128,0"

DKCYAN="0,128,128"

DKPURPLE="128,0,128"

 

 

 

BoxColor

BoxPen

BoxTextColor