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