scone ~master (2021-10-23T00:48:29.5110352)
Dub
Repo
RGB
scone
output
types
color
Undocumented in source.
struct
RGB {
ubyte
r
;
ubyte
g
;
ubyte
b
;
}
Members
Variables
b
ubyte
b
;
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
scone
output
types
color
enums
AnsiColor
ColorState
functions
background
foreground
structs
Color
RGB