public HSB(Color color) { this = ColorHelper.ToHSB(color); }
public static HSB ToHSB(this Color @this) { return(ColorHelper.ToHSB(@this)); }