Struct
GskColorStop
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. |