static public BGR FromHSI(HSI Source) { return(ImgF.HSI2BGR(Source)); }
public BGR ToBGR() { return(ImgF.HSI2BGR(this)); }