Example #1
0
 public bool Equals(HsbColor other)
 {
     return(other.Equals(this));
 }
Example #2
0
 public int CompareTo(HsbColor other)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public RgbColor(HsbColor other)
 {
     throw new NotImplementedException();
 }