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