Difference between revisions of "RGB()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 23: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | [[Category: | + | [[Category:Numeric Data]] |
− | [[Category: | + | [[Category:Numeric Data Functions]] |
Latest revision as of 15:01, 1 July 2011
Purpose
Function to return a single color value from a set of red, green, and blue color components
Syntax
RGB(<expN1>, <expN2>, <expN3>)
See Also
Description
The RGB() function returns a single numeric color value from a set of red (<expN1>), green (<expN2>), and blue (<expN3>) color components.
Example
? rgb(255,0,255) 16711935
Products
Recital, Recital Server