gsk.shadow

Module for [Shadow] class

class Shadow

Types 1

classShadow

The shadow parameters in a shadow node.

Fields
GskShadow _cInstance
Methods
void * _cPtr() nothrow
gdk.rgba.RGBA color() @property nothrowGet `color` field. Returns: the color of the shadow
void color(gdk.rgba.RGBA propval) @property nothrowSet `color` field. Params: propval = the color of the shadow
float dx() @property nothrowGet `dx` field. Returns: the horizontal offset of the shadow
void dx(float propval) @property nothrowSet `dx` field. Params: propval = the horizontal offset of the shadow
float dy() @property nothrowGet `dy` field. Returns: the vertical offset of the shadow
void dy(float propval) @property nothrowSet `dy` field. Params: propval = the vertical offset of the shadow
float radius() @property nothrowGet `radius` field. Returns: the radius of the shadow
void radius(float propval) @property nothrowSet `radius` field. Params: propval = the radius of the shadow
Constructors
this(void * ptr, Flag!"Take" take)