aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/rgb_color.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/rgb_color.hpp')
-rw-r--r--src/utils/rgb_color.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/rgb_color.hpp b/src/utils/rgb_color.hpp
index f5b36e7a..dbc504cd 100644
--- a/src/utils/rgb_color.hpp
+++ b/src/utils/rgb_color.hpp
@@ -36,6 +36,7 @@ namespace usdx
float green;
float blue;
public:
+ RgbColor(int red, int green, int blue);
RgbColor(float red, float green, float blue);
float get_red(void) const;