Searched refs:outb (Results 1 – 1 of 1) sorted by relevance
169 int outb = clamp((int) ((float) Math.pow(f_b, 1.0 / 2.2) * 255.0f)); in interpolateColor() local173 return (outa << 24 | outr << 16 | outg << 8 | outb); in interpolateColor()