Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gskrendernode.h>
Data Fields | |
GdkRGBA | color |
float | dx |
float | dy |
float | radius |
GskShadow: @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
The shadow parameters in a shadow node.
Definition at line 63 of file gskrendernode.h.
GdkRGBA _GskShadow::color |
Definition at line 65 of file gskrendernode.h.
float _GskShadow::dx |
Definition at line 66 of file gskrendernode.h.
float _GskShadow::dy |
Definition at line 67 of file gskrendernode.h.
float _GskShadow::radius |
Definition at line 68 of file gskrendernode.h.