Package com.prupe.mcpatcher.mal.biome
Class ColorUtils
java.lang.Object
com.prupe.mcpatcher.mal.biome.ColorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleclamp(double d) static floatclamp(float f) static voidclamp(float[] f) static intfloat3ToInt(float[] f) static intfloat3ToInt(float[] f, int offset) static voidintToFloat3(int rgb, float[] f) static voidintToFloat3(int rgb, float[] f, int offset)
-
Constructor Details
-
ColorUtils
public ColorUtils()
-
-
Method Details
-
intToFloat3
public static void intToFloat3(int rgb, float[] f, int offset) -
intToFloat3
public static void intToFloat3(int rgb, float[] f) -
float3ToInt
public static int float3ToInt(float[] f, int offset) -
float3ToInt
public static int float3ToInt(float[] f) -
clamp
public static float clamp(float f) -
clamp
public static double clamp(double d) -
clamp
public static void clamp(float[] f)
-