Obsoleted in favour of OpenTK.Graphics.ColorDepth.

This commit is contained in:
the_fiddler 2008-02-28 13:41:50 +00:00
parent a3f346aafb
commit a0be15b3be

View file

@ -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;