harfbuzz.color_line

Module for [ColorLine] class

class ColorLine

Types 1

A struct containing color information for a gradient.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
ColorLine self()Returns `this`, for use in `with` statements.
hb_color_line_get_color_stops_func_t getColorStops() @property
void getColorStops(hb_color_line_get_color_stops_func_t propval) @property
hb_color_line_get_extend_func_t getExtend() @property
void getExtend(hb_color_line_get_extend_func_t propval) @property
Constructors
this(hb_color_line_get_color_stops_func_t getColorStops = hb_color_line_get_color_stops_func_t.init, hb_color_line_get_extend_func_t getExtend = hb_color_line_get_extend_func_t.init)Create a `color_line.ColorLine` boxed type. Params: getColorStops = getExtend =
this(void * ptr, Flag!"Take" take)