Package net.minecraft.util.math
Class ColorHelper.Argb
java.lang.Object
net.minecraft.util.math.ColorHelper.Argb
- Enclosing class:
ColorHelper
- Mappings:
Namespace Name official als$a
intermediary net/minecraft/class_5253$class_5254
named net/minecraft/util/math/ColorHelper$Argb
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Argb
public Argb()
-
-
Method Details
-
getAlpha
public static int getAlpha(int argb) - Mappings:
Namespace Name Mixin selector official a
Lals$a;a(I)I
intermediary method_27762
Lnet/minecraft/class_5253$class_5254;method_27762(I)I
named getAlpha
Lnet/minecraft/util/math/ColorHelper$Argb;getAlpha(I)I
-
getRed
public static int getRed(int argb) - Mappings:
Namespace Name Mixin selector official b
Lals$a;b(I)I
intermediary method_27765
Lnet/minecraft/class_5253$class_5254;method_27765(I)I
named getRed
Lnet/minecraft/util/math/ColorHelper$Argb;getRed(I)I
-
getGreen
public static int getGreen(int argb) - Mappings:
Namespace Name Mixin selector official c
Lals$a;c(I)I
intermediary method_27766
Lnet/minecraft/class_5253$class_5254;method_27766(I)I
named getGreen
Lnet/minecraft/util/math/ColorHelper$Argb;getGreen(I)I
-
getBlue
public static int getBlue(int argb) - Mappings:
Namespace Name Mixin selector official d
Lals$a;d(I)I
intermediary method_27767
Lnet/minecraft/class_5253$class_5254;method_27767(I)I
named getBlue
Lnet/minecraft/util/math/ColorHelper$Argb;getBlue(I)I
-
getArgb
public static int getArgb(int alpha, int red, int green, int blue) - Mappings:
Namespace Name Mixin selector official a
Lals$a;a(IIII)I
intermediary method_27764
Lnet/minecraft/class_5253$class_5254;method_27764(IIII)I
named getArgb
Lnet/minecraft/util/math/ColorHelper$Argb;getArgb(IIII)I
-
mixColor
public static int mixColor(int first, int second) - Mappings:
Namespace Name Mixin selector official a
Lals$a;a(II)I
intermediary method_27763
Lnet/minecraft/class_5253$class_5254;method_27763(II)I
named mixColor
Lnet/minecraft/util/math/ColorHelper$Argb;mixColor(II)I
-