Struct
GskColorStop
since: 4.0
Description [src]
struct GskColorStop {
float offset;
GdkRGBA color;
}
A color stop in a gradient node.
Structure members
offset
The offset of the color stop.
color
The color at the given offset.
Available since: 4.0