mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-03 23:15:23 +00:00
3 lines
327 B
Markdown
Executable File
3 lines
327 B
Markdown
Executable File
Familiarize yourself with how to express colors in shaders. The examples cover how to mix colors and beautifully animate them over time as well as conversion between two different models(RGB and HSB).
|
|
In GLSL, colors are simply just vectors, which means you can easily apply the concepts and techniques you learn here to other
|