MakeColor
Description
Creates a compound color value from color components that can then be used with 2D drawing commands.
Definition
integer MakeColor( red, green, blue )
UINT agk::MakeColor( UINT red, UINT green, UINT blue )
Parameters
- red - The red component of the color.
- green - The green component of the color.
- blue - The blue component of the color.