gsk.shadow

Module for [Shadow] class

class Shadow

Types 1

classShadow

The shadow parameters in a shadow node.

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