static short rgbToHi15(RGB rgb) { ret rgbIntToHi15(rgb.asInt()); } static short rgbToHi15(Color color) { ret rgbIntToHi15(colorToInt(color)); }