libghostty
Loading...
Searching...
No Matches
GhosttyColorRgb Struct Reference

#include <ghostty/vt/color.h>

Data Fields

uint8_t r
uint8_t g
uint8_t b

Detailed Description

RGB color value.

Definition at line 21 of file color.h.

Field Documentation

◆ b

uint8_t b

Blue component (0-255)

Examples
c-vt-sgr/src/main.c.

Definition at line 24 of file color.h.

◆ g

uint8_t g

Green component (0-255)

Examples
c-vt-sgr/src/main.c.

Definition at line 23 of file color.h.

◆ r

uint8_t r

Red component (0-255)

Examples
c-vt-sgr/src/main.c.

Definition at line 22 of file color.h.


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