Package net.minecraft.util.math
Class ColorHelper.Abgr
java.lang.Object
net.minecraft.util.math.ColorHelper.Abgr
- Enclosing class:
ColorHelper
- Mappings:
Namespace Name official aoe$a
intermediary net/minecraft/class_5253$class_8045
named net/minecraft/util/math/ColorHelper$Abgr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getAbgr
(int a, int b, int g, int r) static int
getAlpha
(int abgr) static int
getBgr
(int abgr) static int
getBlue
(int abgr) static int
getGreen
(int abgr) static int
getRed
(int abgr) static int
method_48548
(int int2) static int
withAlpha
(int alpha, int bgr)
-
Constructor Details
-
Abgr
public Abgr()
-
-
Method Details
-
getAlpha
public static int getAlpha(int abgr) - Mappings:
Namespace Name Mixin selector official a
Laoe$a;a(I)I
intermediary method_48342
Lnet/minecraft/class_5253$class_8045;method_48342(I)I
named getAlpha
Lnet/minecraft/util/math/ColorHelper$Abgr;getAlpha(I)I
-
getBlue
public static int getBlue(int abgr) - Mappings:
Namespace Name Mixin selector official b
Laoe$a;b(I)I
intermediary method_48345
Lnet/minecraft/class_5253$class_8045;method_48345(I)I
named getBlue
Lnet/minecraft/util/math/ColorHelper$Abgr;getBlue(I)I
-
getGreen
public static int getGreen(int abgr) - Mappings:
Namespace Name Mixin selector official c
Laoe$a;c(I)I
intermediary method_48346
Lnet/minecraft/class_5253$class_8045;method_48346(I)I
named getGreen
Lnet/minecraft/util/math/ColorHelper$Abgr;getGreen(I)I
-
getRed
public static int getRed(int abgr) - Mappings:
Namespace Name Mixin selector official d
Laoe$a;d(I)I
intermediary method_48347
Lnet/minecraft/class_5253$class_8045;method_48347(I)I
named getRed
Lnet/minecraft/util/math/ColorHelper$Abgr;getRed(I)I
-
getBgr
public static int getBgr(int abgr) - Mappings:
Namespace Name Mixin selector official e
Laoe$a;e(I)I
intermediary method_48348
Lnet/minecraft/class_5253$class_8045;method_48348(I)I
named getBgr
Lnet/minecraft/util/math/ColorHelper$Abgr;getBgr(I)I
-
method_48548
public static int method_48548(int int2) - Mappings:
Namespace Name Mixin selector official f
Laoe$a;f(I)I
intermediary method_48548
Lnet/minecraft/class_5253$class_8045;method_48548(I)I
named method_48548
Lnet/minecraft/util/math/ColorHelper$Abgr;method_48548(I)I
-
getAbgr
public static int getAbgr(int a, int b, int g, int r) - Mappings:
Namespace Name Mixin selector official a
Laoe$a;a(IIII)I
intermediary method_48344
Lnet/minecraft/class_5253$class_8045;method_48344(IIII)I
named getAbgr
Lnet/minecraft/util/math/ColorHelper$Abgr;getAbgr(IIII)I
-
withAlpha
public static int withAlpha(int alpha, int bgr) - Mappings:
Namespace Name Mixin selector official a
Laoe$a;a(II)I
intermediary method_48343
Lnet/minecraft/class_5253$class_8045;method_48343(II)I
named withAlpha
Lnet/minecraft/util/math/ColorHelper$Abgr;withAlpha(II)I
-