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