1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

Add header intellisense comment to ColourHSL

This commit is contained in:
Starbeamrainbowlabs 2017-02-19 11:25:44 +00:00
parent 2e12e55297
commit 73e30f3027

View file

@ -2,6 +2,14 @@
namespace SBRL.Utilities 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 public class ColourHSL
{ {
/// <summary> /// <summary>