Color.rgba

Creates a color from RGBA.

struct Color
static
rgba
(
int r
,
int g
,
int b
,
int a
)

Parameters

r int

the red channel.

g int

the green channel.

b int

The blue channel.

a int

The alpha channel.

Return Value

Type: Color

The color.

Meta