Scripting/Squirrel/Functions/cRGB

From Vice City Multiplayer
Revision as of 19:36, 2 February 2014 by Thijn (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Template:Needs Text

Syntax

cRGB( R, G, B )

Arguments

  • int R - Red
  • int G - Green
  • int B - Blue

Example

Template:Needs Example

Notes

Related Functions

Template:Scripts/Squirrel/Functions/Data Structures