2027 Constructor
Changes 0
C

Color

Description:
Constructor that takes the red, green and blue channels of the color.
public Color(
	byte red,
	byte green,
	byte blue
)
  • Byte
    red
    The red channel of the color that ranges from 0 to 255.
  • Byte
    green
    The green channel of the color that ranges from 0 to 255.
  • Byte
    blue
    The blue channel of the color that ranges from 0 to 255.