public constructor Color.Color

Brief

A constructor.

Declaration
C#
  Color (byte r, byte g, byte b, byte a = 255)

Parameters
r

The red component value of the color.

g

The green component value of the color.

b

The blue component value of the color.

a

The alpha component value of the color.

Declared in Color

back