Struct
GskShadow
Description [src]
struct GskShadow {
  GdkRGBA color;
  float dx;
  float dy;
  float radius;
}
The shadow parameters in a shadow node.
Structure members
| color | The color of the shadow. | 
| dx | The horizontal offset of the shadow. | 
| dy | The vertical offset of the shadow. | 
| radius | The radius of the shadow. |