+1 888 340 6572

GetBValue: Difference between revisions

From MultiCharts
(Created page with "Returns the Blue color component value of an RGB color number; the value ranges from 0 to 255. ==== Usage ==== <syntaxhighlight>GetBValue(BigRGBValue)</syntaxhighlight> W...")
 
No edit summary
Line 4: Line 4:
<syntaxhighlight>GetBValue(BigRGBValue)</syntaxhighlight>  
<syntaxhighlight>GetBValue(BigRGBValue)</syntaxhighlight>  


Where: <syntaxhighlight>BigRGBValue</syntaxhighlight> - an RGB color number from 0 to 16777215  
Where: [[BigRGBValue]] - an RGB color number from 0 to 16777215  
   
   
==== Example ====
==== Example ====