GskColorStop

A color stop in a gradient node.

struct GskColorStop {}

Members

Variables

color
GdkRGBA color;

the color at the given offset

offset
float offset;

the offset of the color stop

Meta