Steppable 0.0.1
A CAS project written from scratch in C++
|
Gamma ramp. More...
#include <glfw3.h>
Public Attributes | |
unsigned short * | red |
unsigned short * | green |
unsigned short * | blue |
unsigned int | size |
Gamma ramp.
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.