Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
color_t Struct Reference

RGB color representation with 16-bit precision per channel. More...

#include <color.h>

Public Attributes

uint16_t red
 
uint16_t green
 
uint16_t blue
 

Detailed Description

RGB color representation with 16-bit precision per channel.

Encapsulates a color using three 16-bit components: red, green, and blue.

Note
Values range from 0 to 65535 per channel.

Member Data Documentation

◆ blue

uint16_t color_t::blue

Blue channel (0–65535)

◆ green

uint16_t color_t::green

Green channel (0–65535)

◆ red

uint16_t color_t::red

Red channel (0–65535)


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