c++ - A Comprehensive Color List For OpenGL With Associated Names -


In OpenGL programming, you can define the top color by using the glColor3f function; It is usually implemented by defining the float value between 0.0f and 1.0f so glColor3f (1.0f, 0.0f, 0.0f) red will be very basic. I was thinking that someone could link me with some documents that show every single order of colors with names (or just an extensive list). It would be easier to remember that glColor3f (0.98f, 0.625f, 0.12f); "Pumpkin Orange" makes it.

I found this relic fantastic: I want something like this, but very big.

Try and you want the right numbers.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -