From 7b3afcaf77f96e7d62f6cd1623ead7f17512d79f Mon Sep 17 00:00:00 2001 From: Omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:47:46 +1100 Subject: repo init. partial port of existing code --- deps/glfw-3.3.8/docs/html/structGLFWgammaramp.html | 165 +++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 deps/glfw-3.3.8/docs/html/structGLFWgammaramp.html (limited to 'deps/glfw-3.3.8/docs/html/structGLFWgammaramp.html') diff --git a/deps/glfw-3.3.8/docs/html/structGLFWgammaramp.html b/deps/glfw-3.3.8/docs/html/structGLFWgammaramp.html new file mode 100644 index 0000000..310d1cc --- /dev/null +++ b/deps/glfw-3.3.8/docs/html/structGLFWgammaramp.html @@ -0,0 +1,165 @@ + + +
+ + + + +Gamma ramp. + More...
+ +#include <glfw3.h>
+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::red | +
An array of value describing the response of the red channel.
+ +unsigned short* GLFWgammaramp::green | +
An array of value describing the response of the green channel.
+ +unsigned short* GLFWgammaramp::blue | +
An array of value describing the response of the blue channel.
+ +unsigned int GLFWgammaramp::size | +
The number of elements in each array.
+ ++Last update on Fri Jul 22 2022 for GLFW 3.3.8 +
+ + + -- cgit v1.2.3-70-g09d2