[nostalgia/core] Rename core::Color to core::Color16 and add core::Color32

This commit is contained in:
2019-11-27 13:53:41 -06:00
parent 1b08d0f851
commit a9f55ebd02
9 changed files with 30 additions and 24 deletions
@@ -13,6 +13,7 @@
#include <QTableWidget>
#include <QWidget>
#include <nostalgia/core/gfx.hpp>
#include <nostalgia/studio/studio.hpp>
namespace nostalgia::core {
@@ -21,7 +22,7 @@ class SheetData: public QObject {
Q_OBJECT
private:
QVector<uint32_t> m_pixels;
QVector<Color32> m_pixels;
public:
Q_INVOKABLE QString pixel(int index);