ChartDirector 7.1 (C++ Edition)

Chart.brushedSilverColor


Usage

static int brushedSilverColor(int texture = 2, int angle = 90);

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.