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