dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
SolidRectSceneItem
dlangui
graphics
gldrawbuf
Undocumented in source.
version(USE_OPENGL)
class
SolidRectSceneItem :
SceneItem
{
Rect
_rc
;
uint
_color
;
this
(Rect rc, uint color);
void
draw
();
}
Constructors
this
this
(Rect rc, uint color)
Undocumented in source.
Members
Functions
draw
void
draw
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_color
uint
_color
;
Undocumented in source.
_rc
Rect
_rc
;
Undocumented in source.
Inherited Members
From SceneItem
draw
void
draw
()
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
gldrawbuf
classes
GLDrawBuf
Scene
SceneItem
SolidRectSceneItem
functions
LVGLClearImageCache
hasActiveScene
onGlyphDestroyedCallback
onObjectDestroyedCallback
variables
MAX_TEX_SIZE
MIN_TEX_SIZE