We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7357ee4 commit b165cabCopy full SHA for b165cab
src/base/color_spaces.cc
@@ -294,9 +294,3 @@ lab_color::avg(const lab_color& other) const
294
(this->lc_b + other.lc_b) / 2.0,
295
};
296
}
297
-
298
-namespace styling {
299
300
-constexpr color_unit color_unit::EMPTY = color_unit{transparent{}};
301
302
-} // namespace styling
src/base/color_spaces.hh
@@ -203,6 +203,8 @@ private:
203
204
205
206
+constexpr color_unit color_unit::EMPTY{transparent{}};
207
+
208
} // namespace styling
209
210
#endif
0 commit comments