namespace PaintDotNet { /// /// An enumeration to allow selection between Primary and Secondary /// internal enum WhichUserColor { Primary, Secondary } }