slint::Rgba8Pixel Struct
struct Rgba8Pixel;C++
#include <slint.h>C++
Represents an RGBA pixel.
Public Attributes
Section titled “Public Attributes”uint8_t slint::Rgba8Pixel::r
red value (between 0 and 255)
uint8_t slint::Rgba8Pixel::g
green value (between 0 and 255)
uint8_t slint::Rgba8Pixel::b
blue value (between 0 and 255)
uint8_t slint::Rgba8Pixel::a
alpha value (between 0 and 255)
© 2026 SixtyFPS GmbH