package brr

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

Colors and color state.

module Write : sig ... end

Color write flags.

module Target_state : sig ... end

Color target states.

type t

The type for GPUColor objects.

val v : r:float -> g:float -> b:float -> a:float -> t

v constructs a GPUColor object with given parameters.