Struct GammaRamp
Gamma ramp for a Monitor.
Inherited Members
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public struct GammaRamp
Fields
Blue
Blue components of the gamma ramp.
Declaration
public ushort* Blue
Field Value
Type | Description |
---|---|
ushort* |
Green
Green components of the gamma ramp.
Declaration
public ushort* Green
Field Value
Type | Description |
---|---|
ushort* |
Red
Red components of the gamma ramp.
Declaration
public ushort* Red
Field Value
Type | Description |
---|---|
ushort* |
Size
Length of the arrays.
Declaration
public uint Size
Field Value
Type | Description |
---|---|
uint |