ChartDirector 6.0 (Ruby Edition)

DrawArea.getARGBColor


Usage

getARGBColor(c)

Description

Obtain the ARGB color given a palette color.

If the given color is already in ARGB format, the same value is returned.

Arguments

ArgumentDefaultDescription
c(Mandatory)The color to be changed to ARGB format.

Return Value

The ARGB color converted from the given color.