Added doc comment on ColorFormat.Empty.
This commit is contained in:
parent
84271bcaa0
commit
6c16835d8c
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@ namespace OpenTK.Graphics
|
|||
/// <summary>Gets the sum of Red, Green, Blue and Alpha bits per pixel.</summary>
|
||||
public int BitsPerPixel { get { return bitsPerPixel; } private set { bitsPerPixel = value; } }
|
||||
|
||||
/// <summary>
|
||||
/// Defines an empty ColorFormat, where all properties are set to zero.
|
||||
/// </summary>
|
||||
public static readonly ColorFormat Empty = new ColorFormat(0);
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue