ChartDirector 7.1 (.NET Edition)

DrawArea.getARGBColor


Usage

[C#]public int getARGBColor(int c);
[VB]Public Function getARGBColor(c As Integer) As Integer

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.