cf_pixel_lerp¶
Category: graphics
GitHub: cute_color.h
Lerps from one CF_Pixel to another.
| Parameters | Description |
|---|---|
a |
The first pixel. |
b |
The second pixel. |
s |
The interpolant from 0 to 1. |
Related Pages¶
cf_mul_pixel
cf_div_pixel
cf_add_pixel
cf_sub_pixel
cf_pixel_premultiply