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
(Created page with "{{Needs_Text}} == Syntax == <pre>cRGB( R, G, B )</pre> == Arguments == * ''int'' '''R''' - Red * ''int'' '''G''' - Green * ''int'' '''B''' - Blue == Example == {{Needs_E...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Needs_Text}} | {{Scripting/Needs_Text}} | ||
== Syntax == | == Syntax == | ||
Line 13: | Line 13: | ||
== Example == | == Example == | ||
{{Needs_Example}} | {{Scripting/Needs_Example}} | ||
=== Notes === | === Notes === |
Revision as of 19:44, 2 February 2014
This page needs a description, or needs a better one. Please help us complete the wiki by writing one.
Syntax
cRGB( R, G, B )
Arguments
- int R - Red
- int G - Green
- int B - Blue
Example
This page needs an example. We will try our best to complete the wiki as soon as possible.