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
)
-
ByteredThe red channel of the color that ranges from 0 to 255.
-
BytegreenThe green channel of the color that ranges from 0 to 255.
-
ByteblueThe blue channel of the color that ranges from 0 to 255.