mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Initial commit
This commit is contained in:
14
arm9/source/gui/Rgb6Palette.h
Normal file
14
arm9/source/gui/Rgb6Palette.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "core/math/Rgb.h"
|
||||
|
||||
class VramContext;
|
||||
|
||||
class Rgb6Palette
|
||||
{
|
||||
public:
|
||||
void UploadGraphics(const VramContext& vramContext);
|
||||
void ApplyColor(const Rgb<6, 6, 6>& color) const;
|
||||
|
||||
private:
|
||||
u32 _vramOffset = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user