static int withFullAlpha(int rgb) { ret rgb | fullAlphaMask(); } static Color withFullAlpha(Color rgb) { ret new Color(rgb); }