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

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.

Detailed Description

One gradient colour stop: an offset in [0,1] and an 0x00RRGGBB colour.

Definition at line 147 of file reflow_svg_internal.h.

Field Documentation

◆ col

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().

◆ off

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().


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