// ReSharper disable UnusedMember.Global namespace RGB.NET.Core { /// /// 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 } }