arsd-official ~master (2024-10-25T16:17:57Z)
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
HangupException
LineGetter
TerminalEmulatorWindow
UserInterruptionException
enums
Color
ConsoleInputFlags
ConsoleOutputType
ForceOption
ModifierState
TerminalCursor
functions
main
removeTerminalGraphicsSequences
manifest constants
Bright
IntegratedEmulator
mixin templates
LineGetterConstructors
static variables
continuedFromSuspend
hangedUp
integratedTerminalEmulatorConfiguration
interrupted
sigIntExtension
structs
CharacterEvent
EndOfFileEvent
HangupEvent
InputEvent
IntegratedTerminalEmulatorConfiguration
KeyboardEvent
LinkEvent
MouseEvent
NonCharacterKeyEvent
PasteEvent
RGB
RealTimeConsoleInput
ScrollbackBuffer
SizeChangedEvent
Terminal
UserInterruptionEvent
Represents a 24-bit color.