mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation
(cherry picked from commit prusa3d/PrusaSlicer@d0bff2d996 )
This commit is contained in:
committed by
Noisyfox
parent
36ffb18059
commit
28d0147d09
@@ -42,9 +42,9 @@ public:
|
||||
class Bed3D
|
||||
{
|
||||
public:
|
||||
static std::array<float, 4> AXIS_X_COLOR;
|
||||
static std::array<float, 4> AXIS_Y_COLOR;
|
||||
static std::array<float, 4> AXIS_Z_COLOR;
|
||||
static ColorRGBA AXIS_X_COLOR;
|
||||
static ColorRGBA AXIS_Y_COLOR;
|
||||
static ColorRGBA AXIS_Z_COLOR;
|
||||
|
||||
static void update_render_colors();
|
||||
static void load_render_colors();
|
||||
|
||||
Reference in New Issue
Block a user