package ocgtk

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

Module Wrappers.Opacity_node

type t = [ `opacity_node | `render_node ] Gobject.obj
val new_ : [ `render_node ] Gobject.obj -> float -> t

Create a new OpacityNode

val get_opacity : t -> float

Gets the transparency factor for an opacity node.

val get_child : t -> [ `render_node ] Gobject.obj

Gets the child node that is getting opacityed by the given @node.