[VB] | Public Shared Function brushedGoldColor([ texture As Integer [, angle As Integer ]]) As Integer |
[C#] | public static int brushedGoldColor([ int texture [, int angle ]]); |
ChartDirector 5.1 (.NET Edition)
Chart.brushedGoldColor
Usage
[VB] | Public Shared Function brushedGoldColor([ texture As Integer [, angle As Integer ]]) As Integer |
[C#] | public static int brushedGoldColor([ int texture [, int angle ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
texture | 2 | The strength of the brushed texture. Must be 0, 1, 2 or 3 for no texture, light texture, medium texture and strong texture. |
angle | 90 | The direction for brightness modulation, specified as a clockwise angle in degrees, with 0 being the upward pointing direction. |
Return Value