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