static RGB rgb(S s) { ret RGB(s); } static RGB rgb(double r, double g, double b) { ret RGB((float) r, (float) g, (float) b); }