Hi,
When i use bloom unselective with layers i could set my renderer color correctly and i have this effect :
renderer.setClearColor(0x01010d, 0);
But When i use the other method and put the same setting
renderer.setClearColor(0x01010d, 0);
The color is not correct. How do you do to have the same color than the previous one ?
Thanks