[nostalgia/core] Rename core::Color to core::Color16 and add core::Color32
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user