Searched defs:rgb (Results 1 – 3 of 3) sorted by relevance
158 int rgb = bitmap.getPixel(i * 16 + 8, 8); in readBinaryCounterFromBitmap() local
384 static float[/*3*/] gammaCorrectPixel(float[/*3*/] rgb) { in gammaCorrectPixel()436 private float[/*3*/] tonemap(float[/*3*/] rgb) { in tonemap()
872 ColorSpace.Rgb rgb = (ColorSpace.Rgb) cs; in testMatch() local