#include "renderstack/rs.h"#include "renderstack/vec3.hpp"Go to the source code of this file.
Data Structures | |
| class | renderstack::color |
| simple rgb triplet More... | |
Namespaces | |
| namespace | renderstack |
Functions | |
| color | renderstack::make_color_from_hsv (vec3 const &hsv) |
| float | renderstack::srgb_to_linear (float cs) |
| float | renderstack::linear_to_srgb (float cl) |
Definition in file color.hpp.
1.6.3