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