package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Linear_gradient_node

type t = [ `linear_gradient_node | `render_node ] Gobject.obj

Retrieves the initial point of the linear gradient.

val get_n_color_stops : t -> Gsize.t

Retrieves the number of color stops in the gradient.

Retrieves the final point of the linear gradient.

val get_color_stops : t -> [ `color_stop ] Gobject.obj array * Gsize.t

Retrieves the color stops in the gradient.