Category: Window and Display
SetTextColor(red As Double, green As Double, blue As Double)
Void
Sets the color used by subsequent DrawText calls.
Values may be given either in normalized form from 0.0 to 1.0 or byte-style form from 0 to 255.
SetTextColor(255, 255, 255)
SetTextColor(1.0, 0.8, 0.2)