SetDrawColor
From Onset Developer Wiki
Description
Sets the color that will be used by all Draw* functions.
Syntax
SetDrawColor(IntColor)
Parameters
- IntColor
Color as an integer from RGBA.
Return Value
- Returns true.
Example
__EDIT_ME__
SetDrawColor Type: Function |
Sets the color that will be used by all Draw* functions.
SetDrawColor(IntColor)
__EDIT_ME__