Struct
Gsk.Shadow
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 |