gsk.color_stop

Module for [ColorStop] class

class ColorStop

Types 1

A color stop in a gradient node.

Fields
GskColorStop _cInstance
Methods
void * _cPtr()
float offset() @propertyGet `offset` field. Returns: the offset of the color stop
void offset(float propval) @propertySet `offset` field. Params: propval = the offset of the color stop
gdk.rgba.RGBA color() @propertyGet `color` field. Returns: the color at the given offset
void color(gdk.rgba.RGBA propval) @propertySet `color` field. Params: propval = the color at the given offset
Constructors
this(void * ptr, Flag!"Take" take)