The properties of OpenTK.Graphics.ColorFormat are listed below. For a list of all members, see the ColorFormat Members list.
See Also: Inherited members from System.ValueType
| [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. |