public CmyColor(IHsv hsv) { Initialize(hsv.ToRgb()); }
public HunterLabColor(IHsv hsv) { Initialize(hsv.ToRgb()); }