ChartDirector 7.1 (C++ Edition)

Chart.brushedGoldColor


Usage

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

Description

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

This method is a short cut to the Chart::brushedMetalColor method, using yellow (FFEE44 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 golden color.