mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-29 18:06:52 +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
|
/// <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