6 lines
91 B
C++
6 lines
91 B
C++
#pragma once
|
|
|
|
#include "math/float_types.hpp"
|
|
|
|
vec3 hsv_to_rgb(float h, float s, float v);
|