Searched refs:outA (Results 1 – 1 of 1) sorted by relevance
63 uint32_t outA = (color >> idx * 8) & 0xFF; in applyTo() local64 return GrColorPackRGBA(outR, outG, outB, outA); in applyTo()