So we imagine a user who can only get the game at 30fps (he should have 60) because of his pc. But if you put the graphics in black and white, will there be a possibility to increase the fps? What made me think about it was that with less visible colors I could increase performance. Is it true?
thnaks for help. it seems that my theory then is true.
âIf you have problems with FPS please donât use the Roblox FPS unlocker.â i know thanks
This⌠wouldnât improve performance, and I donât know where you got this idea.
Lowering saturation/color doesnât make the memory use of the game any different. I would even bet that itâd make rendering take even more time, but I wouldnât know for sure because changing colours isnât my go-to for performance issues when thereâs proven ways of optimizing games that doesnât require a whole style change.
Donât make such bold claims unless you have significant proof that this actually works.
As far as I know this is indeed the case. âPutting the graphics in black and whiteâ, or in more professional terms applying a post processing effect will hurt performance, even if only in the slightest way. The objects in your world all have colors and textures applied to them. When drawn on the screen, the objectâs position and color, combined with the lighting and some other factors are all used to compute which color the pixels on your screen should display.
When you make your game black and white in Roblox, you do this through a PostEffect object (in this case a ColorCorrectionEffect). These effects are transforming the output that you are seeing on your screen. So the color of your pixels will be changing a second time if you use these PostEffect objects.
A real life equivalent of changing your game to black and white to improve performance is to first create a painting as usual, and then painting over it with black and white to remove all the color. In that process youâre painting over your painting, using up more paint in the process. Youâre not gaining anything. In fact youâre using up a lot more paint!
As itâs a fragment shader you wouldnât see any performance increase, and may well see a (negligible) decrease in performance.
Itâs easy to think of it as âless colour means less informationâ, but the real colour is stored and passed through the pipeline regardless of the on-screen colour.
Yes⌠There are many ways to get a user to meet there needs. What you could do is decrease graphics because that will give your users a little FPS boost. Watch this video for support. https://www.youtube.com/watch?v=uuqBIuEN2SY&feature=emb_logo