Panda3D
panda
src
tinydisplay
srgb_tables.h
1
/* 8-bit sRGB to 16-bit linear */
2
extern
const
unsigned
short
decode_sRGB[256];
3
4
/* 12-bit linear to 8-bit sRGB. I used 12-bit because it can
5
represent all possible 8-bit sRGB values. */
6
extern
const
unsigned
char
encode_sRGB[4096];
Generated on Wed May 17 2017 23:47:26 for Panda3D by
1.8.13