naps2/NAPS2.Lib/Automation/ConsoleBitDepth.cs
2024-01-10 20:24:24 -08:00

8 lines
88 B
C#

namespace NAPS2.Automation;
public enum ConsoleBitDepth
{
Color,
Gray,
Bw
}