Package net.minecraft.util.math
Class ColorHelper.Abgr
java.lang.Object
net.minecraft.util.math.ColorHelper.Abgr
- Enclosing class:
ColorHelper
- Mappings:
Namespace Name named net/minecraft/util/math/ColorHelper$Abgr
intermediary net/minecraft/class_5253$class_8045
official axy$a
-
Constructor Summary
-
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
toAbgr
(int argb) static int
toOpaque
(int abgr) 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 named getAlpha
Lnet/minecraft/util/math/ColorHelper$Abgr;getAlpha(I)I
intermediary method_48342
Lnet/minecraft/class_5253$class_8045;method_48342(I)I
official a
Laxy$a;a(I)I
-
getRed
public static int getRed(int abgr) - Mappings:
Namespace Name Mixin selector named getRed
Lnet/minecraft/util/math/ColorHelper$Abgr;getRed(I)I
intermediary method_48345
Lnet/minecraft/class_5253$class_8045;method_48345(I)I
official b
Laxy$a;b(I)I
-
getGreen
public static int getGreen(int abgr) - Mappings:
Namespace Name Mixin selector named getGreen
Lnet/minecraft/util/math/ColorHelper$Abgr;getGreen(I)I
intermediary method_48346
Lnet/minecraft/class_5253$class_8045;method_48346(I)I
official c
Laxy$a;c(I)I
-
getBlue
public static int getBlue(int abgr) - Mappings:
Namespace Name Mixin selector named getBlue
Lnet/minecraft/util/math/ColorHelper$Abgr;getBlue(I)I
intermediary method_48347
Lnet/minecraft/class_5253$class_8045;method_48347(I)I
official d
Laxy$a;d(I)I
-
getBgr
public static int getBgr(int abgr) - Mappings:
Namespace Name Mixin selector named getBgr
Lnet/minecraft/util/math/ColorHelper$Abgr;getBgr(I)I
intermediary method_48348
Lnet/minecraft/class_5253$class_8045;method_48348(I)I
official e
Laxy$a;e(I)I
-
toOpaque
public static int toOpaque(int abgr) - Mappings:
Namespace Name Mixin selector named toOpaque
Lnet/minecraft/util/math/ColorHelper$Abgr;toOpaque(I)I
intermediary method_48548
Lnet/minecraft/class_5253$class_8045;method_48548(I)I
official f
Laxy$a;f(I)I
-
getAbgr
public static int getAbgr(int a, int b, int g, int r) - Mappings:
Namespace Name Mixin selector named getAbgr
Lnet/minecraft/util/math/ColorHelper$Abgr;getAbgr(IIII)I
intermediary method_48344
Lnet/minecraft/class_5253$class_8045;method_48344(IIII)I
official a
Laxy$a;a(IIII)I
-
withAlpha
public static int withAlpha(int alpha, int bgr) - Mappings:
Namespace Name Mixin selector named withAlpha
Lnet/minecraft/util/math/ColorHelper$Abgr;withAlpha(II)I
intermediary method_48343
Lnet/minecraft/class_5253$class_8045;method_48343(II)I
official a
Laxy$a;a(II)I
-
toAbgr
public static int toAbgr(int argb) - Mappings:
Namespace Name Mixin selector named toAbgr
Lnet/minecraft/util/math/ColorHelper$Abgr;toAbgr(I)I
intermediary method_60675
Lnet/minecraft/class_5253$class_8045;method_60675(I)I
official g
Laxy$a;g(I)I
-