package ocgtk

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

Module Wrappers.Symbolic_paintable

type t = [ `symbolic_paintable ] Gobject.obj
val from_gobject : 'a Gobject.obj -> t
val snapshot_symbolic : t -> Ocgtk_gdk.Gdk.Wrappers.Snapshot.t -> float -> float -> Ocgtk_gdk.Gdk.Wrappers.Rgb_a.t array -> Gsize.t -> unit

Snapshots the paintable with the given colors.

If less than 4 colors are provided, GTK will pad the array with default colors.