struct

Espresso::GammaRamp

Inherits Struct / Value / Object

Gamma ramp of a monitor.

Constructors

new(size : Int32 = 256)

Creates a new gamma ramp with all values set to zero.

Source

Instance methods

blue

Array of values describing the response of the blue channel.

Source
green

Array of values describing the response of the green channel.

Source
red

Array of values describing the response of the red channel.

Source
size

Number of elements in each channel's array.

Source
to_unsafe

Converts to a GLFW compatible struct.

Source