From fba8184491e0b7ae6fab7ac01b4600d230dc4569 Mon Sep 17 00:00:00 2001 From: marsunet Date: Tue, 21 Dec 2021 17:04:22 -0800 Subject: Initial commit with window demo. --- .../docs/html/structGLFWgammaramp.html | 165 +++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWgammaramp.html (limited to 'contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWgammaramp.html') diff --git a/contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWgammaramp.html b/contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWgammaramp.html new file mode 100644 index 0000000..8093c44 --- /dev/null +++ b/contrib/glfw/glfw-3.3.5.bin.WIN64/docs/html/structGLFWgammaramp.html @@ -0,0 +1,165 @@ + + + + + + + +GLFW: GLFWgammaramp Struct Reference + + + + + + + + + + +
+ + + + + + + + + +
+
+ + +
+ +
+ +
+
+ +
GLFWgammaramp Struct Reference
+
+
+ +

Gamma ramp. + More...

+ +

#include <glfw3.h>

+ + + + + + + + + + +

+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

+ +

◆ red

+ +
+
+ + + + +
unsigned short* GLFWgammaramp::red
+
+

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

+ +
+
+ +

◆ green

+ +
+
+ + + + +
unsigned short* GLFWgammaramp::green
+
+

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

+ +
+
+ +

◆ blue

+ +
+
+ + + + +
unsigned short* GLFWgammaramp::blue
+
+

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

+ +
+
+ +

◆ size

+ +
+
+ + + + +
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