Color


Description:

public Color (double R, double G, double B, double A)

Constructs a new Granite.Drawing.Color with the supplied values.

Parameters:

R

the value of the red channel as a double

G

the value of the green channel as a double

B

the value of the blue channel as a double

A

the value of the alpha channel as a double