ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
SetBGColor
ae
demo
test
main
Subclass any control to give it an arbitrary background color.
class
SetBGColor : BASE(
BASE
:
Control
uint
C
) {
mixin
GenerateConstructorProxies
;
enum
BGRX
color
;
void
render
(Renderer s, int x, int y);
}
Members
Functions
render
void
render
(Renderer s, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
GenerateConstructorProxies
Undocumented in source.
Variables
color
enum
BGRX
color
;
Undocumented in source.
Meta
Source
See Implementation
ae
demo
test
main
classes
MyApplication
PaintControl
SetBGColor
Subclass any control to give it an arbitrary background color.