OpenTK.Graphics.ColorFormat Members

The members of OpenTK.Graphics.ColorFormat are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Constructs a new ColorFormat with the specified aggregate bits per pixel.
Constructs a new ColorFormat with the specified bits per pixel for the Red, Green, Blue and Alpha color channels.

Public Fields

static readonly
EmptyXamarin.iOS.dll=OpenTK.Graphics.ColorFormat. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Alphaint. Gets the bits per pixel for the Alpha channel.
[read-only]
BitsPerPixelint. Gets the sum of Red, Green, Blue and Alpha bits per pixel.
[read-only]
Blueint. Gets the bits per pixel for the Blue channel.
[read-only]
Greenint. Gets the bits per pixel for the Green channel.
[read-only]
IsIndexedbool. Gets a System.Boolean indicating whether this ColorFormat is indexed.
[read-only]
Redint. Gets the bits per pixel for the Red channel.

Public Methods

CompareTo(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat) : int
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Indicates whether this instance and a specified object are equal.
override
GetHashCode() : int
Returns the hash code for this instance.
override
ToString() : string
Returns a string that describes this instance.

Public Operators

static
Equality(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat, Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat) Compares two instances for equality.
static
GreaterThan(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat, Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat, Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat)Documentation for this section has not yet been entered.
static
Inequality(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat, Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat) Compares two instances for inequality.
static
LessThan(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat, Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat)Documentation for this section has not yet been entered.
static
LessThanOrEqual(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat, Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat)Documentation for this section has not yet been entered.
static
Conversion to Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat(Implicit)Documentation for this section has not yet been entered.