Searched defs:colorScale (Results 1 – 1 of 1) sorted by relevance
487 float colorScale = scale * (toColor >>> 24) / (0xff * 0xff); in drawMixed() local488 setTextureColor(((toColor >>> 16) & 0xff) * colorScale, in drawMixed() local