package glfw-ocaml

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

Module GLFW.GammaRampSource

GammaRamp module. Describes the gamma ramp for a monitor.

Sourcetype t = private {
  1. red : channel;
  2. green : channel;
  3. blue : channel;
}
Sourceval create : red:channel -> green:channel -> blue:channel -> t

Create a gamma ramp from three user-supplied channels.

Sourceval make : size:int -> t

Create an empty gamma ramp with three channels of the given size.

OCaml

Innovation. Community. Security.