// // Copyright (c) Adrian Conlon. All rights reserved. // namespace EightBit.GameBoy { public enum ColourShades { Off, Light, Medium, Dark, } }