tharsis-dimgui ~master (2015-08-31T11:05:18Z)
Home
Dub
Repo
RGBA
imgui
api
struct
RGBA {
ubyte
r
;
ubyte
g
;
ubyte
b
;
ubyte
a
;
RGBA
opBinary
(RGBA rgba);
}
Members
Functions
opBinary
RGBA
opBinary
(RGBA rgba)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
a
ubyte
a
;
Undocumented in source.
b
ubyte
b
;
Undocumented in source.
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
imgui
api
enums
Enabled
MouseButton
TextAlign
functions
imguiBeginFrame
imguiBeginScrollArea
imguiButton
imguiCheck
imguiCollapse
imguiDestroy
imguiDrawLine
imguiDrawRect
imguiDrawRoundedRect
imguiDrawText
imguiEndFrame
imguiEndScrollArea
imguiIndent
imguiInit
imguiItem
imguiLabel
imguiRender
imguiSeparator
imguiSeparatorLine
imguiSlider
imguiTextInput
imguiUnindent
imguiValue
static variables
defaultColorScheme
structs
ColorScheme
RGBA