LUT work, image bugfixes

This commit is contained in:
Ian Gulliver
2017-08-07 04:32:01 +00:00
parent fc59669eaa
commit 89a54867f3
5 changed files with 109 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
#include <cstdint>
constexpr uint32_t kNumColors = (1 << 16);
struct Color {
// 32-bit for compiler convenience, but values are 16-bit
uint32_t r;