mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
12 lines
279 B
C#
12 lines
279 B
C#
using RGB.NET.Core;
|
|
|
|
namespace RGB.NET.Brushes
|
|
{
|
|
/// <inheritdoc />
|
|
/// <summary>
|
|
/// Represents a basic decorator decorating a <see cref="T:RGB.NET.Brushes.Gradients.IGradient" />.
|
|
/// </summary>
|
|
public interface IGradientDecorator : IDecorator
|
|
{ }
|
|
}
|