Color
Description:
Constructor that takes the red, green and blue channels of the color.
Constructor that takes the red, green and blue channels of the color.
public Color(
byte red,
byte green,
byte blue
)
public Color(
byte red,
byte green,
byte blue
)