improve accuracy

This commit is contained in:
Misha
2023-06-27 18:35:58 +03:00
parent 4c2e1ca95c
commit 78b0e8dd62
4 changed files with 33 additions and 35 deletions

View File

@@ -14,9 +14,9 @@ public:
protected:
MxString m_name;
MxString m_colorString;
float b;
float g;
float r;
float h;
float s;
float v;
};
#endif // MXBACKGROUNDCOLOR_H