Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
QSR 3.0
-
None
Description
PropertyChange class should store the color as ARGB instead of std::array.
Setting the color converts the given quint32 to ARGB and then to std::array, and getting the color converts std::array to ARGB. There is no need for these conversions, ARGB should be stored instead.