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