The members of OpenTK.Graphics.ColorFormat are listed below.
See Also: Inherited members from System.ValueType
| 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. |
static readonly | Empty | Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat. Documentation for this section has not yet been entered. |
| [read-only] | Alpha | int. Gets the bits per pixel for the Alpha channel. |
| [read-only] | BitsPerPixel | int. Gets the sum of Red, Green, Blue and Alpha bits per pixel. |
| [read-only] | Blue | int. Gets the bits per pixel for the Blue channel. |
| [read-only] | Green | int. Gets the bits per pixel for the Green channel. |
| [read-only] | IsIndexed | bool. Gets a System.Boolean indicating whether this ColorFormat is indexed. |
| [read-only] | Red | int. Gets the bits per pixel for the Red channel. |
CompareTo(Xamarin.iOS.dll=OpenTK.Graphics.ColorFormat)Documentation for this section has not yet been entered. | ||
override | Equals(object)Indicates whether this instance and a specified object are equal. | |
override | GetHashCode()Returns the hash code for this instance. | |
override | ToString()Returns a string that describes this instance. | |