package brr

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

Module Gpu.ColorSource

Colors and color state.

Sourcemodule Write : sig ... end

Color write flags.

Sourcemodule Target_state : sig ... end

Color target states.

Sourcetype t

The type for GPUColor objects.

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

v constructs a GPUColor object with given parameters.