1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

Fixed documentation comment

This commit is contained in:
Darth Affe 2015-11-28 14:21:23 +01:00
parent 20b28087f6
commit f2e3126281

View File

@ -6,7 +6,7 @@ using CUE.NET.Helper;
namespace CUE.NET.Gradients
{
/// <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
/// </summary>
public class RainbowGradient : IGradient