breakout/include/color.hpp
2025-12-05 13:55:26 -06:00

6 lines
91 B
C++

#pragma once
#include "math/float_types.hpp"
vec3 hsv_to_rgb(float h, float s, float v);