gsk.color_stop

Module for [ColorStop] class

class ColorStop

Types 1

A color stop in a gradient node.

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