SetEditBoxTextColor
Description
Sets the color of the text being input.
Definition
SetEditBoxTextColor( index, red, green, blue )
void agk::SetEditBoxTextColor( UINT index, UINT red, UINT green, UINT blue )
Parameters
- index - The ID of the edit box to modify.
- red - The red component of the color (0 to 255).
- green - The green component of the color (0 to 255).
- blue - The blue component of the color (0 to 255).