public HSI ToHSI() { return(ImgF.BGR2HSI(this)); }
static public HSI FromBGR(BGR Source) { return(ImgF.BGR2HSI(Source)); }