Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
display_palette_color Struct Reference

Structure representing a color palette entry in ARGB8888 format. More...

#include <zephyr/drivers/display.h>

Data Fields

uint8_t b
 Blue component (0-255).
uint8_t g
 Green component (0-255).
uint8_t r
 Red component (0-255).
uint8_t a
 Alpha component (0-255).

Detailed Description

Structure representing a color palette entry in ARGB8888 format.

Field Documentation

◆ a

uint8_t display_palette_color::a

Alpha component (0-255).

◆ b

uint8_t display_palette_color::b

Blue component (0-255).

◆ g

uint8_t display_palette_color::g

Green component (0-255).

◆ r

uint8_t display_palette_color::r

Red component (0-255).


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