#include "renderstack/color.hpp"
#include <math.h>
Go to the source code of this file.
Namespaces | |
namespace | renderstack |
Functions | |
float | renderstack::srgb_to_linear (float cs) |
float | renderstack::linear_to_srgb (float cl) |
color | renderstack::make_color_from_hsv (vec3 const &hsv) |
Definition in file color.cpp.