EightBitNet/LR35902/ColourShades.cs
2024-10-12 13:15:14 +01:00

14 lines
255 B
C#

// <copyright file="ColourShades.cs" company="Adrian Conlon">
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace LR35902
{
public enum ColourShades
{
Off,
Light,
Medium,
Dark,
}
}