Document source
- Source
- GLFW 3.5.1 Documentation
- Upstream version
- GLFW 3.5.1
- Document status
- Canonical language
This reference page is an altered Markdown adaptation of the official GLFW 3.5.1 documentation. Formatting, navigation and links were changed for libx; technical content comes from the GLFW 3.5.1 source distribution.
Gamma ramp. More…
Data Fields |
|
| unsigned short * | red |
| unsigned short * | green |
| unsigned short * | blue |
| unsigned int | size |
Detailed Description
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: