GLFWgammaramp

Gamma ramp.

This describes the gamma ramp for a monitor.

@sa @ref monitor_gamma @sa @ref glfwGetGammaRamp @sa @ref glfwSetGammaRamp

extern (C) @nogc nothrow __gshared
struct GLFWgammaramp {}

Members

Variables

blue
ushort* blue;

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

green
ushort* green;

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

red
ushort* red;

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

size
uint size;

The number of elements in each array.

Meta

Since

Added in version 3.0.

Ingroup: monitor