SetDrawColor: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetDrawColor(HexColor)}} {{FuncParameters}} {{FuncParam|HexColor|__EDIT_ME__}} {{FuncReturnValue|...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Sets the color that will be used by all Draw* functions.}}


{{FuncSyntax|SetDrawColor(HexColor)}}
{{FuncSyntax|SetDrawColor(HexColor)}}

Revision as of 08:42, 26 September 2019

SetDrawColor

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the color that will be used by all Draw* functions.

Syntax

SetDrawColor(HexColor)

Parameters

  • HexColor
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__