Scripting/Squirrel/Functions/cRGB: Difference between revisions
Jump to navigation
Jump to search

This wiki is using an old backup from 2020
Some information may be old/missing
No edit summary |
|||
Line 3: | Line 3: | ||
== Syntax == | == Syntax == | ||
<pre> | <pre>RGB( R, G, B )</pre> | ||
== Arguments == | == Arguments == |
Revision as of 14:54, 25 July 2014

Syntax
RGB( R, G, B )
Arguments
- int R - Red
- int G - Green
- int B - Blue
Example
