BuiltinRGB Method

GF Charts Help
Creates System.Drawing.Color from R, G and B values

Namespace:  GF.Clients.Charts.Custom.EL.Runtime
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static StoredColor RGB(
	double R,
	double G,
	double B
)

Parameters

R
Type: SystemDouble
G
Type: SystemDouble
B
Type: SystemDouble

Return Value

Type: StoredColor
See Also

Reference