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