ChartDirector 7.1 (.NET Edition)

BaseChart.halfColor


Usage

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

Description

Creates a color that is half the intensity of the given color.

Arguments

ArgumentDefaultDescription
c(Mandatory)The given color.

Return Value

A 32-bit integer representing the half intensity color.