protected Color(Brightness brightness)
 {
     Brightness = brightness;
 }
 public RedColor(Brightness brightness) : base(brightness)
 {
 }
Esempio n. 3
0
 public BlueColor(Brightness brightness) : base(brightness)
 {
 }