Struct

GskShadow

since: 4.0

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.

Available since: 4.0