EightBitNet/LR35902/ColourShades.cs

14 lines
264 B
C#

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