Searched refs:endA (Results 1 – 1 of 1) sorted by relevance
110 int endA = (endInt >> 24) & 0xff; in getColor() local115 return (startA + (int)(fraction * (endA - startA))) << 24 | in getColor()