Searched defs:rgbe (Results 1 – 1 of 1) sorted by relevance
64 public static void convertFloatToRGBE(byte[] rgbe, float red, float green, float blue){ in convertFloatToRGBE()80 public static void convertRGBEtoFloat(byte[] rgbe, float[] rgbf){ in convertRGBEtoFloat()92 public static void convertRGBEtoFloat2(byte[] rgbe, float[] rgbf){ in convertRGBEtoFloat2()104 public static void convertRGBEtoFloat3(byte[] rgbe, float[] rgbf){ in convertRGBEtoFloat3()120 private void writeRGBE(byte[] rgbe){ in writeRGBE()