package brr

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

Compositing operators.

type t = Jstr.t

The type for compositing operators.

val normal : t
val multiply : t
val screen : t
val overlay : t
val darken : t
val lighten : t
val color_dodge : t
val color_burn : t
val hard_light : t
val soft_light : t
val difference : t
val exclusion : t
val hue : t
val saturation : t
val color : t
val luminosity : t
val clear : t
val copy : t
val source_over : t
val destination_over : t
val source_in : t
val destination_in : t
val source_out : t
val destination_out : t
val source_atop : t
val destination_atop : t
val xor : t
val lighter : t
val plus_darker : t
val plus_lighter : t