Scripting/Squirrel/Functions/cRGB: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
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>cRGB( R, G, B )</pre>
<pre>RGB( R, G, B )</pre>


== Arguments ==
== Arguments ==

Revision as of 14:54, 25 July 2014


This page needs a description, or needs a better one. Please help us complete the wiki by writing one.


Syntax

RGB( 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.

Notes

Related Functions