ChartDirector 7.0 (PHP Edition)

phpchartdir.brushedGoldColor


Usage

brushedGoldColor([ texture [, angle ]])

Description

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

This method is a short cut to the 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.