SetPrintColor
Description
Sets the color of the printed text. This is a global command and will affect all printed text in the next call to Sync. To control color on a per string basis use the Text commands. This version sets the alpha to 255, fully opaque.
Definition
SetPrintColor( iRed, iGreen, iBlue )
void agk::SetPrintColor( uint32_t iRed, uint32_t iGreen, uint32_t iBlue )
SetPrintColor( iRed, iGreen, iBlue, iAlpha )
void agk::SetPrintColor( uint32_t iRed, uint32_t iGreen, uint32_t iBlue, uint32_t iAlpha )
Parameters
- iRed - The red component of the color.
- iGreen - The green component of the color.
- iBlue - The blue component of the color.
- iAlpha - The alpha component of the color.