fabd ~master (2022-05-03T19:44:41.0687878)
Dub
Repo
rgb_t
fabd
fab
Wrap an RGB color value
extern (
C
)
struct
rgb_t {
int
r
;
int
g
;
int
b
;
}
Members
Variables
b
int
b
;
Undocumented in source.
g
int
g
;
Undocumented in source.
r
int
r
;
Undocumented in source.
Meta
Source
See Implementation
fabd
fab
enums
Color
functions
apply_color
background_256
foreground_256
highlight_256
image_to_string
image_to_xterm
xcolor_image_free
xterm_to_rgb_i
structs
rgb_t
xcolor_image_t
Wrap an RGB color value