void bx_set_rgb ( unsigned char  r,
unsigned char  g,
unsigned char  b 
)

Set the color of the pen for all drawing functions, directly from a RGB triplet. If you do not reuse this color later, you may want to use this function instead of bx_set_color(). This is just equivalent to bx_set_color (bx_rgb_to_color (r,g,b));

Parameters:
r,g,b the red, green, blue channel of the color.
Returns:
nothing.


Generated on Fri Oct 10 00:01:00 2008 for bx-lib : the Basic X11 Library tuned for C beginners by  doxygen 1.5.6