Class FastColor.ABGR32

java.lang.Object
net.tearpelato.deco_lib.api.fluid.renderer.core.FastColor.ABGR32
Enclosing class:
FastColor

public static final class FastColor.ABGR32 extends Object
  • Method Details

    • getA

      public static int getA(int color)
    • getR

      public static int getR(int color)
    • getG

      public static int getG(int color)
    • getB

      public static int getB(int color)
    • makeTransparent

      public static int makeTransparent(int color)
    • makeOpaque

      public static int makeOpaque(int color)
    • fromComponents

      public static int fromComponents(int a, int b, int g, int r)
    • applyAlpha

      public static int applyAlpha(int alpha, int rgb)
    • convertFromArgb

      public static int convertFromArgb(int color)