ChartDirector 7.0 (Java Edition)

Chart.brushedSilverColor


Usage

public static int brushedSilverColor([ int texture [, int angle ]])

Description

Creates a brushed silver color, most commonly used as a background color.

This method is a short cut to the Chart.brushedMetalColor method, using grey (DDDDDD in hex) as the base color.

Arguments

ArgumentDefaultDescription
texture2The strength of the brushed texture. Must be 0, 1, 2 or 3 for no texture, light texture, medium texture and strong texture.
angle90The direction for brightness modulation, specified as a clockwise angle in degrees, with 0 being the upward pointing direction.

Return Value

A 32-bit integer representing the brushed silver color.