278279280281282283284285286287288
ef.with(effect); if(effect != null) { String[] colors = fedata[1].split("-"); for(String color : colors) { try { ef.withColor(Color.fromRGB(Integer.parseInt(color))); }catch (Exception e) { } } String[] fadecolors = fedata[2].split("-");