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