![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
RGB color representation with 16-bit precision per channel. More...
#include <color.h>
Public Attributes | |
uint16_t | red |
uint16_t | green |
uint16_t | blue |
RGB color representation with 16-bit precision per channel.
Encapsulates a color using three 16-bit components: red, green, and blue.
uint16_t color_t::blue |
Blue channel (0–65535)
uint16_t color_t::green |
Green channel (0–65535)
uint16_t color_t::red |
Red channel (0–65535)