|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One gradient colour stop: an offset in [0,1] and an 0x00RRGGBB colour. More...
#include <reflow_svg_internal.h>
Data Fields | |
| float | off |
| Stop offset, clamped to [0,1]. | |
| uint32_t | col |
| Stop colour, 0x00RRGGBB. | |
One gradient colour stop: an offset in [0,1] and an 0x00RRGGBB colour.
Definition at line 147 of file reflow_svg_internal.h.
| uint32_t svg_stop_t::col |
Stop colour, 0x00RRGGBB.
Definition at line 149 of file reflow_svg_internal.h.
Referenced by internal_grad_eval(), and internal_parse_stops().
| float svg_stop_t::off |
Stop offset, clamped to [0,1].
Definition at line 148 of file reflow_svg_internal.h.
Referenced by internal_grad_eval(), and internal_parse_stops().