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 p_267257_)
     
    static int
    blue(int p_267087_)
     
    static int
    color(int p_267230_, int p_266708_)
     
    static int
    color(int p_267196_, int p_266895_, int p_266779_, int p_267206_)
     
    static int
    green(int p_266784_)
     
    static int
    opaque(int p_268288_)
     
    static int
    red(int p_267160_)
     
    static int
    transparent(int p_267248_)
     

    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 p_267257_)
    • red

      public static int red(int p_267160_)
    • green

      public static int green(int p_266784_)
    • blue

      public static int blue(int p_267087_)
    • transparent

      public static int transparent(int p_267248_)
    • opaque

      public static int opaque(int p_268288_)
    • color

      public static int color(int p_267196_, int p_266895_, int p_266779_, int p_267206_)
    • color

      public static int color(int p_267230_, int p_266708_)