using RGB.NET.Core.Devices; namespace RGB.NET.Core.Brushes { /// /// Contains a list of all brush calculation modes. /// public enum BrushCalculationMode { /// /// The calculation for will be the rectangle around the the is applied to. /// Relative, /// /// The calculation for will always be the rectangle completly containing all affected . /// Absolute } }