using RGB.NET.Core; namespace RGB.NET.Presets.Decorators { /// /// /// Represents a basic decorator decorating a . /// public interface IGradientDecorator : IDecorator { } }