|
C-Menu 0.2.9
A User Interface Toolkit
|
#include <cm.h>
Data Fields | |
| int | r |
| int | g |
| int | b |
| int RGB::b |
blue component (0-255)
Definition at line 268 of file cm.h.
Referenced by apply_gamma(), hex_clr_str_to_rgb(), init_hex_clr(), parse_ansi_str(), rgb_to_curses_clr(), rgb_to_xterm256_idx(), and xterm256_idx_to_rgb().
| int RGB::g |
green component (0-255)
Definition at line 267 of file cm.h.
Referenced by apply_gamma(), hex_clr_str_to_rgb(), init_hex_clr(), parse_ansi_str(), rgb_to_curses_clr(), rgb_to_xterm256_idx(), and xterm256_idx_to_rgb().
| int RGB::r |
red component (0-255)
Definition at line 266 of file cm.h.
Referenced by apply_gamma(), hex_clr_str_to_rgb(), init_hex_clr(), parse_ansi_str(), rgb_to_curses_clr(), rgb_to_xterm256_idx(), and xterm256_idx_to_rgb().