mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 00:31:00 +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
|
||||
/// 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