5.3.2.6. Struct rgb8_t

5.3.2.6.1. Struct Documentation

struct rgb8_t

Red Green Blue (RGB) structure.

Public Members

uint8_t r

Red color component.

uint8_t g

Green color component.

uint8_t b

Blue color component.