RGB: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.0}}
{{FuncSyntax|RGB(r, g, b [, a])
{{FuncSyntax|RGB(r, g, b [, a])
}}
}}
{{FuncParameters}}
{{FuncReturnValue|__MISSING_DOC__}}
== Example ==
__MISSING_DOC__
{{RelatedFunctions}}

Revision as of 18:46, 25 February 2019

RGB

Type: Function
Context: Server
Introduced: v1.0

Syntax

RGB(r, g, b [, a])

Parameters

Return Value

  • __MISSING_DOC__

Example

__MISSING_DOC__

See also