u/inactu

Match textures' colors
▲ 1 r/GIMP

Match textures' colors

What is the best way to match multiple textures color tone?

https://preview.redd.it/wr6hmsjv0i1h1.png?width=498&format=png&auto=webp&s=521ef6c1578b1d0cd605c6a9b541a0e0e0b2ef6a

I was trying to achieve this by switching the images to Image Mode > Indexed, then select the same color palette for all, but I could only achieve good results with limited color palettes , as low as 512, or even 256. I also "lost" a lot of colors along the way.

Besides "eye gauging" my manual "color balance" and "color temperature" tinkering, what is the better way to do this? It doesn't need to be super sophisticated method, but quick, as this is for game development mostly, and need to do it for several dozens of textures.

reddit.com
u/inactu — 6 days ago
▲ 75 r/vulkan

Life after vulkan-tutorial.com

Just recently stumbled upon this gem from u/SaschaWillems:
https://www.howtovulkan.com/

This is really a game changer for me. I always struggled with multiple textures, until i get to know descriptor set indexing. Recently switched from RenderPasses/FrameBuffers to dynamic rendering, and I will never look back. Now a naive render graph implementation is a no-brainer. With that, I can dare to think of implementing a more complicated effects, instead of fighting an uphill battle with my own code. Thanks for this!

u/inactu — 10 days ago