Nuklear
Nuklear copied to clipboard
Is there a way to recolor an image element
i need a way to multiply(?) an image element (specifically an image_button) by a color and i can't seem to find out if that's possible
Multiply?
basically how i would do it in a shader is multiply the texture color with a vertex color is what i mean
I think that's out of scope of Nuklear. Perhaps handle that in your renderer? Or change the image you're using?