Class FastColor.ABGR32

java.lang.Object
net.minecraft.util.FastColor.ABGR32
Enclosing class:
FastColor

public static class FastColor.ABGR32 extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    alpha(int pPackedColor)
     
    static int
    blue(int pPackedColor)
     
    static int
    color(int pAlpha, int pPackedColor)
     
    static int
    color(int pAlpha, int pBlue, int pGreen, int pRed)
     
    static int
    fromArgb32(int pColor)
     
    static int
    green(int pPackedColor)
     
    static int
    opaque(int pPackedColor)
     
    static int
    red(int pPackedColor)
     
    static int
    transparent(int pPackedColor)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ABGR32

      public ABGR32()
  • Method Details

    • alpha

      public static int alpha(int pPackedColor)
    • red

      public static int red(int pPackedColor)
    • green

      public static int green(int pPackedColor)
    • blue

      public static int blue(int pPackedColor)
    • transparent

      public static int transparent(int pPackedColor)
    • opaque

      public static int opaque(int pPackedColor)
    • color

      public static int color(int pAlpha, int pBlue, int pGreen, int pRed)
    • color

      public static int color(int pAlpha, int pPackedColor)
    • fromArgb32

      public static int fromArgb32(int pColor)