[VB] | Public Shared Function brushedMetalColor(c As Integer [, texture As Integer [, angle As Integer ]]) As Integer |
[C#] | public static int brushedMetalColor(int c [, int texture [, int angle ]]); |
ChartDirector 5.1 (.NET Edition)
Chart.brushedMetalColor
Usage
[VB] | Public Shared Function brushedMetalColor(c As Integer [, texture As Integer [, angle As Integer ]]) As Integer |
[C#] | public static int brushedMetalColor(int c [, int texture [, int angle ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
c | (Mandatory) | The color to be modulated. |
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