BoxShadowDrawable

box shadows, can be blurred

Constructors

this
this(int offsetX, int offsetY, uint blurSize, uint color)
Undocumented in source.

Members

Functions

drawTo
void drawTo(DrawBuf buf, Rect rc, uint state, int tilex0, int tiley0)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_blurSize
int _blurSize;
Undocumented in source.
_color
uint _color;
Undocumented in source.
_offsetX
int _offsetX;
Undocumented in source.
_offsetY
int _offsetY;
Undocumented in source.
texture
Ref!ColorDrawBuf texture;
Undocumented in source.

Inherited Members

From Drawable

_instanceCount
int _instanceCount;
Undocumented in source.
instanceCount
int instanceCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
drawTo
void drawTo(DrawBuf buf, Rect rc, uint state, int tilex0, int tiley0)
Undocumented in source.
width
int width [@property getter]
Undocumented in source.
height
int height [@property getter]
Undocumented in source.
padding
Rect padding [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta