[VB] | Public Shared Function metalColor(c As Integer [, angle As Integer ]) As Integer |
[C#] | public static int metalColor(int c [, int angle ]); |
ChartDirector 5.1 (.NET Edition)
Chart.metalColor
Usage
[VB] | Public Shared Function metalColor(c As Integer [, angle As Integer ]) As Integer |
[C#] | public static int metalColor(int c [, int angle ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
c | (Mandatory) | The color to be modulated. |
angle | 90 | The direction for brightness modulation, specified as a clockwise angle in degrees, with 0 being the upward pointing direction. |
Return Value