Skip to main content
Module color
steel_
utils
0.15.2+mc26.2
Module color
Module Items
Structs
In crate steel_
utils
steel_utils
Module
color
Copy item path
Source
Expand description
Packed RGB and ARGB colors. Packed color values used by Vanilla codecs and network payloads.
Structs
ยง
Argb
Color
A packed color interpreted through its alpha, red, green, and blue channels.
RgbColor
A packed color interpreted through its red, green, and blue channels.