mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-09 23:35:41 +00:00
Add xmldoc to ColorSpace
This commit is contained in:
parent
02f1d1394c
commit
5e30ef3877
@ -5,7 +5,14 @@
|
||||
/// </summary>
|
||||
public enum ColorSpace
|
||||
{
|
||||
/// <summary>
|
||||
/// Linear color space.
|
||||
/// </summary>
|
||||
Linear,
|
||||
|
||||
// ReSharper disable once InconsistentNaming
|
||||
/// <summary>
|
||||
/// sRGB color space.
|
||||
/// </summary>
|
||||
sRGB
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user