|
@@ -38,6 +38,9 @@ public enum GradientDirection
|
|
/// </summary>
|
|
/// </summary>
|
|
public class Gradient
|
|
public class Gradient
|
|
{
|
|
{
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// The discrete colors that will make up the <see cref="Gradient"/>.
|
|
|
|
+ /// </summary>
|
|
public List<Color> Spectrum { get; private set; }
|
|
public List<Color> Spectrum { get; private set; }
|
|
private readonly bool _loop;
|
|
private readonly bool _loop;
|
|
private readonly List<Color> _stops;
|
|
private readonly List<Color> _stops;
|