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