You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Jun 26, 2026
·
4 revisions
Veil provides an expansive Color class. The Color class itself contains a
lot of utility methods, including methods to saturate, desaturate, lighten, darken, invert and mix colors. Colors can be
created from RGB(A) float values, RGB(A) int values and RGBA hex values (including strings), and can be processed back
into one of those, i.e you can go from an RGBA float value, to a Veil Color, to a hex string.
Veil also provides some default colors, along with some useful vanilla Minecraft colors - such as the 3 vanilla tooltip
color values.