Interface ARGBLike

All Superinterfaces:
RGBLike
All Known Subinterfaces:
ShadowColor

public interface ARGBLike extends RGBLike
Something that can provide red, green, and blue, and alpha colour components.
Since:
4.18.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @org.jetbrains.annotations.Range(from=0L, to=255L) int
    Gets the alpha component.

    Methods inherited from interface net.kyori.adventure.util.RGBLike

    asHSV, blue, green, red
  • 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