protected Color(Brightness brightness) { Brightness = brightness; }
public RedColor(Brightness brightness) : base(brightness) { }
public BlueColor(Brightness brightness) : base(brightness) { }