public final class Color extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Color |
fromHexTriplet(String htmlColor) |
static Color |
fromHSV(float hue,
float saturation,
float value)
|
static Color |
fromRGB(int r,
int g,
int b) |
int |
hashCode() |
String |
toString() |
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.