Class HTMLColorf
java.lang.Object
io.github.shimeoki.jfx.rasterization.HTMLColorf
Non-instantiable class with some
colors
from the
HTML specification as constants.
Data for the colors is from HTML Color Codes.
- Since:
- 2.0.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Colorf
Equivalent torgb(0, 255, 255)
or#00FFFF
.static final Colorf
Equivalent torgb(0, 0, 0)
or#000000
.static final Colorf
Equivalent torgb(0, 0, 255)
or#0000FF
.static final Colorf
Equivalent torgb(0, 255, 255)
or#00FFFF
.static final Colorf
Equivalent torgb(255, 0, 255)
or#FF00FF
.static final Colorf
Equivalent torgb(0, 128, 0)
or#008000
.static final Colorf
Equivalent torgb(0, 255, 0)
or#00FF00
.static final Colorf
Equivalent torgb(128, 0, 0)
or#800000
.static final Colorf
Equivalent torgb(255, 165, 0)
or#FFA500
.static final Colorf
Equivalent torgb(128, 0, 128)
or#800080
.static final Colorf
Equivalent torgb(255, 0, 0)
or#FF0000
.static final Colorf
Equivalent torgb(0, 0, 0 / 0)
or#00000000
.static final Colorf
Equivalent torgb(255, 255, 255 / 0)
or#FFFFFF00
.static final Colorf
Equivalent torgb(255, 255, 255)
or#FFFFFF
.static final Colorf
Equivalent torgb(255, 255, 0)
or#FFFF00
. -
Method Summary
-
Field Details
-
TRANSPARENT_WHITE
Equivalent torgb(255, 255, 255 / 0)
or#FFFFFF00
.- Since:
- 2.0.0
-
TRANSPARENT_BLACK
Equivalent torgb(0, 0, 0 / 0)
or#00000000
.- Since:
- 2.0.0
-
RED
Equivalent torgb(255, 0, 0)
or#FF0000
.- Since:
- 2.0.0
-
ORANGE
Equivalent torgb(255, 165, 0)
or#FFA500
.- Since:
- 2.0.0
-
YELLOW
Equivalent torgb(255, 255, 0)
or#FFFF00
.- Since:
- 2.0.0
-
FUCHSIA
Equivalent torgb(255, 0, 255)
or#FF00FF
.- Since:
- 2.0.0
-
PURPLE
Equivalent torgb(128, 0, 128)
or#800080
.- Since:
- 2.0.0
-
LIME
Equivalent torgb(0, 255, 0)
or#00FF00
.- Since:
- 2.0.0
-
GREEN
Equivalent torgb(0, 128, 0)
or#008000
.- Since:
- 2.0.0
-
AQUA
Equivalent torgb(0, 255, 255)
or#00FFFF
.- Since:
- 2.0.0
-
CYAN
Equivalent torgb(0, 255, 255)
or#00FFFF
.- Since:
- 2.0.0
-
BLUE
Equivalent torgb(0, 0, 255)
or#0000FF
.- Since:
- 2.0.0
-
MAROON
Equivalent torgb(128, 0, 0)
or#800000
.- Since:
- 2.0.0
-
WHITE
Equivalent torgb(255, 255, 255)
or#FFFFFF
.- Since:
- 2.0.0
-
BLACK
Equivalent torgb(0, 0, 0)
or#000000
.- Since:
- 2.0.0
-