Class ColorUtils

java.lang.Object
com.prupe.mcpatcher.mal.biome.ColorUtils

@Environment(CLIENT) public class ColorUtils extends Object
  • 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)