mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-09-25 14:57:09 +00:00
Obsoleted in favour of OpenTK.Graphics.ColorDepth.
This commit is contained in:
parent
a3f346aafb
commit
a0be15b3be
|
@ -14,6 +14,7 @@ namespace OpenTK
|
||||||
/// <para>A ColorMode contains Red, Green, Blue and Alpha components that descibe
|
/// <para>A ColorMode contains Red, Green, Blue and Alpha components that descibe
|
||||||
/// the allocated bits per pixel for the corresponding color.</para>
|
/// the allocated bits per pixel for the corresponding color.</para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
|
[Obsolete("Use OpenTK.Graphics.ColorDepth instead.")]
|
||||||
public sealed class ColorMode
|
public sealed class ColorMode
|
||||||
{
|
{
|
||||||
byte red, green, blue, alpha;
|
byte red, green, blue, alpha;
|
||||||
|
|
Loading…
Reference in a new issue