SetTextColorAlpha
Description
Set the alpha component of the text color. The value should be in the range 0-255.
Definition
SetTextColorAlpha( iTextIndex, iAlpha )
void agk::SetTextColorAlpha( UINT iTextIndex, UINT iAlpha )
Parameters
- iTextIndex - The ID of the text to modify.
- iAlpha - The alpha component of the color.