Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation

This commit is contained in:
enricoturri1966 2021-12-22 10:45:35 +01:00
parent 48098fbaff
commit cd4094743e
53 changed files with 1810 additions and 60 deletions

View file

@ -982,7 +982,9 @@ private:
float get_overlay_window_width() { return LayersEditing::get_overlay_window_width(); }
#if !ENABLE_COLOR_CLASSES
static std::vector<std::array<float, 4>> _parse_colors(const std::vector<std::string>& colors);
#endif // !ENABLE_COLOR_CLASSES
};
} // namespace GUI