mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Add some initial widget functionality (prefs partly working)
This commit is contained in:
17
PortabilityLayer/PLCTabReducer.h
Normal file
17
PortabilityLayer/PLCTabReducer.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct BEColorTableItem;
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
struct RGBAColor;
|
||||
|
||||
class CTabReducer
|
||||
{
|
||||
public:
|
||||
static uint8_t DecodeClutItemChannel(const uint8_t *color16);
|
||||
static RGBAColor DecodeClutItem(const BEColorTableItem &clutItem);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user