From 27474060e1287a67c45cd790d29b9095b35b2bdf Mon Sep 17 00:00:00 2001 From: ShizZy Date: Thu, 29 Aug 2013 23:35:09 -0400 Subject: adding initial project layout --- .../glfw-3.0.2/docs/html/structGLFWgammaramp.html | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create 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 new file mode 100644 index 000000000..30116ee94 --- /dev/null +++ b/externals/glfw-3.0.2/docs/html/structGLFWgammaramp.html @@ -0,0 +1,175 @@ + + +
+ + + +|
+ GLFW
+ 3.0.2
+
+ A multi-platform library for OpenGL, window and input
+ |
+
Gamma ramp. + More...
++Data Fields | |
| unsigned short * | red |
| unsigned short * | green |
| unsigned short * | blue |
| unsigned int | size |
This describes the gamma ramp for a monitor.
+| 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.
+ +
+ 1.8.3.1
+
+
+
--
cgit v1.2.3