RGB Sunglasses Animation Extension API fw-v3.8.1-1-geacf2f0
rgbx ABI + C++ wrapper for sandboxed .llext animations
Loading...
Searching...
No Matches
rgbx_param_default Union Reference

Default value for one parameter; which member is read is keyed by the parameter's rgbx_param_type. More...

#include <rgbx_api.h>

Data Fields

uint32_t u32
 RGBX_PARAM_UINT32.
 
uint32_t color
 RGBX_PARAM_COLOR, 0x00RRGGBB.
 
uint32_t boolean
 RGBX_PARAM_BOOL, 0 or 1.
 
float f32
 RGBX_PARAM_FLOAT (same 4-byte slot: sizeof(float) == sizeof(uint32_t) on both ABI targets, so this member changes no layout)
 
const char * str
 RGBX_PARAM_STRING; must point at a NUL-terminated string literal inside the extension image, at most RGBX_PARAM_STRING_MAX-1 bytes long.
 

Detailed Description

Default value for one parameter; which member is read is keyed by the parameter's rgbx_param_type.


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