protected Color(Brightness brightness)
 {
     Brightness = brightness;
 }
 public RedColor(Brightness brightness) : base(brightness)
 {
 }
Beispiel #3
0
 public BlueColor(Brightness brightness) : base(brightness)
 {
 }