Color.rgb

Creates a color from RGB.

struct Color
static
rgb
(
int r
,
int g
,
int b
)

Parameters

r int

the red channel.

g int

the green channel.

b int

The blue channel.

Return Value

Type: Color

The color.

Meta