Lines Matching defs:out
153 static inline void lerp13rgb(uint8_t *out, uint8_t *p1, uint8_t *p2)
155 out[0] = lerp13(p1[0], p2[0]);
156 out[1] = lerp13(p1[1], p2[1]);
157 out[2] = lerp13(p1[2], p2[2]);
161 static inline void rgb5652rgb(uint8_t *out, uint16_t v)
167 out[0] = expand5[rv];
168 out[1] = expand6[gv];
169 out[2] = expand5[bv];
170 out[3] = 0;
211 * then choose next color out of available ones. we compute the crossover