Files
kitty/kitty/srgb_gamma.h
2023-02-02 09:53:39 +01:00

5 lines
66 B
C

#pragma once
#include "gl.h"
extern const GLfloat srgb_lut[256];