|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
COLOR1 + COLOR2 two-stop gradient. More...
#include <ra8_drw.h>
Data Fields | |
| uint32_t | color1_argb8888 |
| COLOR1 ARGB stop. | |
| uint32_t | color2_argb8888 |
| COLOR2 ARGB stop. | |
COLOR1 + COLOR2 two-stop gradient.
COLOR1 holds the source ("pixel") colour, COLOR2 holds the destination ("background") colour for blend ops. Used as a simple flat / 2-stop gradient via the blend unit. HUM Ch 62.2.7-8 p 3697.
| uint32_t ra8_drw_gradient_t::color1_argb8888 |
| uint32_t ra8_drw_gradient_t::color2_argb8888 |