Package net.kyori.adventure.util
Interface ARGBLike
- All Superinterfaces:
RGBLike
- All Known Subinterfaces:
ShadowColor
Something that can provide red, green, and blue, and alpha colour components.
- Since:
- 4.18.0
-
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.Range(from=0L, to=255L) int
alpha()
Gets the alpha component.
-
Method Details
-
alpha
@org.jetbrains.annotations.Range(from=0L, to=255L) int alpha()Gets the alpha component.- Returns:
- the alpha component
- Since:
- 4.18.0
-