Show / Hide Table of Contents

Struct GammaRamp

Gamma ramp for a Monitor.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
In This Article
Back to top Generated by DocFX