×

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

225 bytes added, 12:36, 7 February 2012
no edit summary
==== Usage ====
<syntaxhighlight>RGB (Red,Green,Blue)</syntaxhighlight>
Where: [[Red]] – a numerical value from 0 to 255, specifying the Red component of the RGB color
[[Green]]:'''Red''' – a numerical value from 0 to 255, specifying the Green Red component of the RGB color.
[[:'''Green''' – a numerical value from 0 to 255, specifying the Green component of the RGB color. :'''Blue]] ''' – 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