SetEditBoxBorderColor
Description
Sets the color of any border present. You can also use an image by using SetEditBoxBorderImage().
Definition
SetEditBoxBorderColor( index, red, green, blue, alpha )
void agk::SetEditBoxBorderColor( UINT index, UINT red, UINT green, UINT blue, UINT alpha )
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).
- alpha - The alpha component of the color (0 to 255). 255 is fully opaque.