You've already forked glider
mirror of
https://gitlab.com/zephray/glider.git
synced 2026-07-29 10:40:39 +00:00
8 lines
142 B
C
8 lines
142 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#define TONE_LUT_SIZE 256
|
|
|
|
void tone_lut_build_y(int lightness, int contrast, uint8_t lut[TONE_LUT_SIZE]);
|