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