SetDrawColor: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|Sets the color that will be used by all Draw* functions.}} | {{FuncDescription|Sets the color that will be used by all Draw* functions.}} | ||
{{FuncSyntax|SetDrawColor( | {{FuncSyntax|SetDrawColor(IntColor)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam| | {{FuncParam|IntColor|Color as an integer from [[RGBA]].}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns ''true''.}} | ||
== Example == | == Example == |
Revision as of 13:14, 22 July 2020
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__