Create a new color.
the red component of the color (0..255).
the green component of the color (0..255).
the blue component of the color (0..255).
the alpha (transparency) component of the color (0..255, where 255 is opaque).
The alpha (transparency) component of the color (0..255, where 255 is opaque)
The blue component of the color (0..255)
The green component of the color (0..255)
The red component of the color (0..255)
The type of objects in this class
Convert the object to a string.
the string form of the object.
Convert the color to an A.R.G.B string.
the string.
Convert the color to an R.G.B string.
the string.
Convert the color to an R.G.B.A string.
the string.
Create a new RGB color.
the red component of the color (0..255).
the green component of the color (0..255).
the blue component of the color (0..255).
the color.
Create a new RGBA color.
the red component of the color (0..255).
the green component of the color (0..255).
the blue component of the color (0..255).
the alpha (transparency) component of the color (0..255, where 255 is opaque).
the color.
Class Color defines a color value with red, green and blue component and an optional alpha. All values are in the 0..255 integer range.