truergb()

Function group Execute on client Platform(s)
General NO All
General YES All

Syntax

truergb(color)

Description

Converts the specified color into its true RGB value and returns the result.

Example

Calculate lValue as  truergb(kRed)
# returns RGB value for red

Calculate lValue as truergb(rgb(255,0,0))
# returns RGB value for red