UsefulLinks
Computer Science
Computer Graphics and Visualization
WebGL and Computer Graphics
1. Fundamentals of Computer Graphics
2. Introduction to WebGL
3. WebGL Rendering Pipeline
4. Mathematical Foundations for 3D Graphics
5. 3D Transformations and Projections
6. Color and Material Properties
7. Texture Mapping
8. Lighting and Shading
9. Advanced Rendering Techniques
10. WebGL 2.0 Features
11. Performance and Optimization
6.
Color and Material Properties
6.1.
Color Application Methods
6.1.1.
Per-Vertex Coloring
6.1.1.1.
Vertex Color Attributes
6.1.1.2.
Color Interpolation
6.1.1.2.1.
Linear Interpolation
6.1.1.2.2.
Smooth Color Transitions
6.1.2.
Uniform Coloring
6.1.2.1.
Single Color Application
6.1.2.2.
Fragment Shader Color Setting
6.2.
Advanced Color Techniques
6.2.1.
Color Blending
6.2.1.1.
Alpha Blending
6.2.1.2.
Additive Blending
6.2.2.
Color Space Considerations
6.2.2.1.
Linear Color Space
6.2.2.2.
sRGB Color Space
6.2.2.3.
Gamma Correction
Previous
5. 3D Transformations and Projections
Go to top
Next
7. Texture Mapping