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 )

SetPrintColor( iRed, iGreen, iBlue, iAlpha )

Parameters