Example #1
0
 public HSB(Color color)
 {
     this = ColorHelper.ToHSB(color);
 }
Example #2
0
 public static HSB ToHSB(this Color @this)
 {
     return(ColorHelper.ToHSB(@this));
 }