1
0
Fork 0

Add header intellisense comment to ColourHSL

This commit is contained in:
Starbeamrainbowlabs 2017-02-19 11:25:44 +00:00
parent 2e12e55297
commit 73e30f3027
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
namespace SBRL.Utilities
{
/// <summary>
/// Represents a single random HSL(A) colour.
/// </summary>
/// <description>
/// Includes a static generator method that generates random saturated colours.
///
/// v0.1, by Starbeamrainbowlabs
/// </description>
public class ColourHSL
{
/// <summary>