stops property

Pointer<LcGradientStop> stops
getter/setter pair

Gradient stops - option (b): pointer + count, same ownership pattern as LcLayerDesc.image_data/image_data_size below. Owned by the caller for the duration of a single lc_render_scene call only; meaningful for gradient kinds only (NULL/0 when kind == LC_PAINT_KIND_SOLID).

Implementation

external ffi.Pointer<LcGradientStop> stops;