Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
GLFWgammaramp Struct Reference

Gamma ramp. More...

#include <glfw3.h>

Public Attributes

unsigned short * red
 
unsigned short * green
 
unsigned short * blue
 
unsigned int size
 

Detailed Description

Gamma ramp.

This describes the gamma ramp for a monitor.

See also
monitor_gamma
glfwGetGammaRamp
glfwSetGammaRamp
Since
Added in version 3.0.

Definition at line 1825 of file glfw3.h.

Member Data Documentation

◆ blue

unsigned short* GLFWgammaramp::blue

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

Definition at line 1835 of file glfw3.h.

◆ green

unsigned short* GLFWgammaramp::green

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

Definition at line 1832 of file glfw3.h.

◆ red

unsigned short* GLFWgammaramp::red

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

Definition at line 1829 of file glfw3.h.

◆ size

unsigned int GLFWgammaramp::size

The number of elements in each array.

Definition at line 1838 of file glfw3.h.


The documentation for this struct was generated from the following file: