1
0
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:
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 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