Class BoxShadowDrawable

box shadows, can be blurred

class BoxShadowDrawable
  : Drawable;

Constructors

NameDescription
this (offsetX, offsetY, blurSize, color)

Fields

NameTypeDescription
_blurSize int
_color uint
_offsetX int
_offsetY int
texture Ref!(dcanvas.graphics.drawbuf.ColorDrawBuf)
_refCount intcount of references to this object from Ref

Properties

NameTypeDescription
height[get] int
width[get] int
padding[get] Rect
refCount[get] intreturns current value of reference counter

Methods

NameDescription
drawTo (buf, rc, state, tilex0, tiley0)
addRef () increments reference counter
releaseRef () decrement reference counter, destroy object if no more references left

Aliases

NameDescription
~this