From 04d53629db766afc470380db98a66cc0a1502869 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 23 Aug 2014 11:48:58 -0300 Subject: Remove documentation for external modules. We don't need these and they clutter up the repository. --- .../glfw-3.0.2/docs/html/structGLFWgammaramp.html | 175 --------------------- 1 file changed, 175 deletions(-) delete mode 100644 externals/glfw-3.0.2/docs/html/structGLFWgammaramp.html (limited to 'externals/glfw-3.0.2/docs/html/structGLFWgammaramp.html') diff --git a/externals/glfw-3.0.2/docs/html/structGLFWgammaramp.html b/externals/glfw-3.0.2/docs/html/structGLFWgammaramp.html deleted file mode 100644 index 30116ee9..00000000 --- a/externals/glfw-3.0.2/docs/html/structGLFWgammaramp.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -GLFW: GLFWgammaramp Struct Reference - - - - - - - - - -
-
- - - - - - -
-
GLFW -  3.0.2 -
-
A multi-platform library for OpenGL, window and input
-
-
- - - - - - - - - -
- -
- -
-
- -
-
GLFWgammaramp Struct Reference
-
-
- -

Gamma ramp. - More...

- - - - - - - - - - -

-Data Fields

unsigned short * red
 
unsigned short * green
 
unsigned short * blue
 
unsigned int size
 
-

Detailed Description

-

This describes the gamma ramp for a monitor.

-
See Also
glfwGetGammaRamp glfwSetGammaRamp
-

Field Documentation

- -
-
- - - - -
unsigned short* GLFWgammaramp::blue
-
-

An array of value describing the response of the blue channel.

- -
-
- -
-
- - - - -
unsigned short* GLFWgammaramp::green
-
-

An array of value describing the response of the green channel.

- -
-
- -
-
- - - - -
unsigned short* GLFWgammaramp::red
-
-

An array of value describing the response of the red channel.

- -
-
- -
-
- - - - -
unsigned int GLFWgammaramp::size
-
-

The number of elements in each array.

- -
-
-
The documentation for this struct was generated from the following file: -
- - - - -- cgit v1.2.3