Class FastColor.ARGB32

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

public static class FastColor.ARGB32 extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    alpha​(int p_13656_)
     
    static int
    blue​(int p_13670_)
     
    static int
    color​(int p_13661_, int p_13662_, int p_13663_, int p_13664_)
     
    static int
    green​(int p_13668_)
     
    static int
    multiply​(int p_13658_, int p_13659_)
     
    static int
    red​(int p_13666_)
     

    Methods inherited from class java.lang.Object

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

    • ARGB32

      public ARGB32()
  • Method Details

    • alpha

      public static int alpha(int p_13656_)
    • red

      public static int red(int p_13666_)
    • green

      public static int green(int p_13668_)
    • blue

      public static int blue(int p_13670_)
    • color

      public static int color(int p_13661_, int p_13662_, int p_13663_, int p_13664_)
    • multiply

      public static int multiply(int p_13658_, int p_13659_)