RGBcolor Syntax RGBcolor(red,green,blue); red A number specifying the level of red color (0-255). green A number specifying the level of green color (0-255). blue A number specifying the level of blue color (0-255). Description Specifies an RGB color. For example, the color of a font or an area. Returns An RGB color, defined in an internal StreamServe format. Example if ($country="ENG") $color1=RGBcolor(255,0,0);else $color1=RGBcolor(0,0,255);
RGBcolor(red,green,blue);
red
green
blue
if ($country="ENG") $color1=RGBcolor(255,0,0);else $color1=RGBcolor(0,0,255);