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