×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

RGB

103 bytes added, 07:42, 19 February 2012
m
no edit summary
Returns an RGB color number that corresponds to the specified combination of red, green, and blue component color values; the number ranges from 0 to 16777215 and represents one of 16 M colors.
==== Usage ====<syntaxhighlight>RGB (Red,Green,Blue)</syntaxhighlight>
Where: <syntaxhighlight> :'''Red</syntaxhighlight> ''' – a numerical value from 0 to 255, specifying the Red component of the RGB color.  <syntaxhighlight>:'''Green</syntaxhighlight> ''' – a numerical value from 0 to 255, specifying the Green component of the RGB color. <syntaxhighlight>:'''Blue</syntaxhighlight> ''' – a numerical value from 0 to 255, specifying the Blue component of the RGB color . == Notes ==See for example [https://en.wikipedia.org/wiki/Web_colors#X11_color_names this Wikipedia entry] or [http://cloford.com/resources/colours/500col.htm this web page] for an extensive list of RGB colors.
==== Example ====
Create an Orange color plot using the RGB color combination:
<syntaxhighlight>Plot1(Open);
SetPlotColor(1,RGB(224,160,32));</syntaxhighlight> 
[[Category:Colors]]

Navigation menu