From 3b734f0d6b9e28c1f2c4ae54e3f46e573e02f4a5 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Fri, 9 Mar 2018 21:36:10 +0100 Subject: Initial Commit --- glfw-3.2.1/docs/html/structGLFWgammaramp.html | 176 ++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 glfw-3.2.1/docs/html/structGLFWgammaramp.html (limited to 'glfw-3.2.1/docs/html/structGLFWgammaramp.html') diff --git a/glfw-3.2.1/docs/html/structGLFWgammaramp.html b/glfw-3.2.1/docs/html/structGLFWgammaramp.html new file mode 100644 index 0000000..93a7536 --- /dev/null +++ b/glfw-3.2.1/docs/html/structGLFWgammaramp.html @@ -0,0 +1,176 @@ + + + + + + +GLFW: GLFWgammaramp Struct Reference + + + + + + + + + + + +
+ + + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
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
Gamma ramp
+
+glfwGetGammaRamp glfwSetGammaRamp
+
Since
Added in version 3.0.
+

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