consoled ~master (2017-05-05T17:12:01Z)
Dub
Repo
RGB
arsd
terminal
Represents a 24-bit color.
More...
struct
RGB {
ubyte
r
;
ubyte
g
;
ubyte
b
;
}
Members
Variables
b
ubyte
b
;
g
ubyte
g
;
r
ubyte
r
;
Detailed Description
You can convert these to and from
arsd.color.Color
using
.tupleof
:
RGB
rgb
;
Color
c
=
Color
(
rgb
.
tupleof
);
Meta
Source
See Implementation
arsd
terminal
classes
FileLineGetter
LineGetter
enums
Color
ConsoleInputFlags
ConsoleOutputType
ForceOption
ModifierState
functions
main
mixin templates
LineGetterConstructors
static variables
hangedUp
interrupted
structs
CharacterEvent
EndOfFileEvent
HangupEvent
InputEvent
KeyboardEvent
MouseEvent
NonCharacterKeyEvent
PasteEvent
RGB
RealTimeConsoleInput
ScrollbackBuffer
SizeChangedEvent
Terminal
UserInterruptionEvent
Represents a 24-bit color.