Documentation
Dlang.org
ColorStop
gsk
color_stop
A color stop in a gradient node.
class
ColorStop {
GskColorStop
cInstance
;
this
(void* ptr, Flag!"Take" take);
void
*
cPtr
();
float
offset
[@property getter];
float
offset
[@property setter];
gdk
.
rgba
.
RGBA
color
[@property getter];
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
cPtr
void
*
cPtr
()
Properties
color
gdk
.
rgba
.
RGBA
color
[@property getter]
Get field
color
.
offset
float
offset
[@property getter]
Get field
offset
.
offset
float
offset
[@property setter]
Set field
offset
.
gsk
color_stop
classes
ColorStop
A color stop in a gradient node.