ChartDirector 7.1 (.NET Edition)

Chart.goldColor


Usage

[C#]public static int goldColor([ int angle ]);
[VB]Public Shared Function goldColor([ angle As Integer ]) As Integer

Description

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

This method is a short cut to the Chart.metalColor method, using yellow (FFEE44 in hex) as the base color.

Arguments

ArgumentDefaultDescription
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 golden color.