diff options
Diffstat (limited to 'core/color.h')
-rw-r--r-- | core/color.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/color.h b/core/color.h index 8fb78d1ced..b34a82ef19 100644 --- a/core/color.h +++ b/core/color.h @@ -86,6 +86,8 @@ struct Color { void operator/=(const Color &p_color); void operator/=(const real_t &rvalue); + bool is_equal_approx(const Color &p_color) const; + void invert(); void contrast(); Color inverted() const; |