Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>main
parent
5e1f69a9d0
commit
6a418eb9db
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,37 @@ |
|||||||
|
package sig.engine; |
||||||
|
|
||||||
|
public enum PaletteColor { |
||||||
|
EMERALD, |
||||||
|
MANTIS, |
||||||
|
YELLOW_GREEN, |
||||||
|
YELLOW, |
||||||
|
PEACH, |
||||||
|
ORANGE, |
||||||
|
CRIMSON, |
||||||
|
RED, |
||||||
|
PLUM, |
||||||
|
VIOLET, |
||||||
|
BYZANTIUM, |
||||||
|
DEEP_RUBY, |
||||||
|
PUCE, |
||||||
|
OLD_ROSE, |
||||||
|
MELON, |
||||||
|
LIGHT_HOT_PINK, |
||||||
|
PERSIAN_PINK, |
||||||
|
SKY_MAGENTA, |
||||||
|
RAZZMIC_BERRY, |
||||||
|
BLACK, |
||||||
|
JAPANESE_VIOLET, |
||||||
|
FRENCH_LILAC, |
||||||
|
AMETHYST, |
||||||
|
ORCHID_PINK, |
||||||
|
WHITE, |
||||||
|
FRESH_AIR, |
||||||
|
SKY_BLUE, |
||||||
|
AZURE, |
||||||
|
SLATE_BLUE, |
||||||
|
DARK_ORCHID, |
||||||
|
GRAPE, |
||||||
|
MIDNIGHT_BLUE, |
||||||
|
NORMAL; |
||||||
|
} |
Loading…
Reference in new issue