mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 00:58:31 +00:00
Fixed documentation comment
This commit is contained in:
parent
20b28087f6
commit
f2e3126281
@ -6,7 +6,7 @@ using CUE.NET.Helper;
|
|||||||
namespace CUE.NET.Gradients
|
namespace CUE.NET.Gradients
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a rainbow gradient which circles through all color colors of the HUE-color-space.<br />
|
/// Represents a rainbow gradient which circles through all colors of the HUE-color-space.<br />
|
||||||
/// See <see cref="http://upload.wikimedia.org/wikipedia/commons/a/ad/HueScale.svg" /> as reference
|
/// See <see cref="http://upload.wikimedia.org/wikipedia/commons/a/ad/HueScale.svg" /> as reference
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class RainbowGradient : IGradient
|
public class RainbowGradient : IGradient
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user