opengl - How do I shift the hue of a LWJGL texture? -


i trying photoshop-like hue shift on texture.

my code this:

glcolor4f(0.0f, 1.0f, 1.0f, 1.0f); //bind texture, draw quad, etc. 

here picture describing happens: i can't post images yet, here's link.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -