[C#] | public int adjustBrightness(int c, double brightness); |
[VB] | Public Function adjustBrightness(c As Integer, brightness As Double) As Integer |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public int adjustBrightness(int c, double brightness); |
[VB] | Public Function adjustBrightness(c As Integer, brightness As Double) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
c | (Mandatory) | The given color. |
brightness | (Mandatory) | A non-negative number represent the factor to darken or brighten the color. |
Return Value