Color

public final class Color

Represents a color in ARGB format.

Functions

Link copied to clipboard
public final static Color fromArgb(int alpha, int red, int green, int blue)
Creates a Color from ARGB components.
Link copied to clipboard
public final String toString()
Returns a string representation of the color in "A, R, G, B" format.