ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_drw_gradient_t Struct Reference

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.

Detailed Description

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.

Definition at line 204 of file ra8_drw.h.

Field Documentation

◆ color1_argb8888

uint32_t ra8_drw_gradient_t::color1_argb8888

COLOR1 ARGB stop.

Definition at line 205 of file ra8_drw.h.

Referenced by ra8_drw_set_gradient().

◆ color2_argb8888

uint32_t ra8_drw_gradient_t::color2_argb8888

COLOR2 ARGB stop.

Definition at line 206 of file ra8_drw.h.

Referenced by ra8_drw_set_gradient().


The documentation for this struct was generated from the following file: