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
    @Range(from=0L,to=255L) int
    Gets the alpha component.

    Methods inherited from interface RGBLike

    asHSV, blue, green, red
  • Method Details

    • alpha

      @Range(from=0L,to=255L) int alpha()
      Gets the alpha component.
      Returns:
      the alpha component
      Since:
      4.18.0