OLAP Server User Guide
MDX Documentation
RGB (standard MDX)

Create a color from its RGB values.

Parameters

Name Type Cardinality Default value
red  value-expression  one   
green  value-expression  one   
value  value-expression  one   

Return

color

Description

The function returns a color in the RGB color space; e.g., red-color = RGB( 255, 0, 0).

Note that the RGB accepts a string representing the RGB components in hexadecimal value as parameter; e.g., red-color = RGB("#FF0000").

See Also

HSV InterpolateRGBColors

Examples

XMLA Properties

Find here the value of the XMLA properties when not specified otherwise.

icCube OLAP version: 3.0.3 03-Mar-2013 14:06:07 GMT