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

@ -13,7 +13,9 @@ class GLGizmoCut : public GLGizmoBase
{
static const double Offset;
static const double Margin;
#if !ENABLE_COLOR_CLASSES
static const std::array<float, 4> GrabberColor;
#endif // !ENABLE_COLOR_CLASSES
double m_cut_z{ 0.0 };
double m_max_z{ 0.0 };