public override Col GetPixel(int x, int y) { if (Tex != null) { return(Tex.GetPixel(x, y)); } return(Col.black); }