Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/color.h')
-rw-r--r--src/math/color.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math/color.h b/src/math/color.h
index ea6fe1c..4f3df16 100644
--- a/src/math/color.h
+++ b/src/math/color.h
@@ -46,6 +46,9 @@ public:
/// multiply rgb values with scalar value.
Color operator*(const float scalar) const;
+ /// multiply rgb values with scalar value.
+ Color & operator*=(const float scalar);
+
inline float operator[](size_t index) const { return rgba_data[index]; }
/// pointer to the internal data