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:
parent
2e12e55297
commit
73e30f3027
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue