Merge pull request #88 from jdgleaver/simpletex_lcd+gba-color

[handheld] simpletex_lcd: Update GBA colour correction
This commit is contained in:
hizzlekizzle 2018-08-10 08:37:14 -05:00 committed by GitHub
commit 9a3bc3aa0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View file

@ -121,14 +121,14 @@ const float LINE_WEIGHT_B = 8.0 / 3.0;
const float INV_BG_TEXTURE_SIZE = 1.0 / BG_TEXTURE_SIZE; const float INV_BG_TEXTURE_SIZE = 1.0 / BG_TEXTURE_SIZE;
// Colour correction // Colour correction
#define CC_R 0.845 #define CC_R 0.84
#define CC_G 0.68 #define CC_G 0.66
#define CC_B 0.755 #define CC_B 0.81
#define CC_RG 0.09 #define CC_RG 0.11
#define CC_RB 0.16 #define CC_RB 0.13
#define CC_GR 0.17 #define CC_GR 0.19
#define CC_GB 0.085 #define CC_GB 0.06
#define CC_BR -0.015 #define CC_BR -0.03
#define CC_BG 0.23 #define CC_BG 0.23
/* /*

View file

@ -121,14 +121,14 @@ const float LINE_WEIGHT_B = 8.0 / 3.0;
const float INV_BG_TEXTURE_SIZE = 1.0 / BG_TEXTURE_SIZE; const float INV_BG_TEXTURE_SIZE = 1.0 / BG_TEXTURE_SIZE;
// Colour correction // Colour correction
#define CC_R 0.845 #define CC_R 0.84
#define CC_G 0.68 #define CC_G 0.66
#define CC_B 0.755 #define CC_B 0.81
#define CC_RG 0.09 #define CC_RG 0.11
#define CC_RB 0.16 #define CC_RB 0.13
#define CC_GR 0.17 #define CC_GR 0.19
#define CC_GB 0.085 #define CC_GB 0.06
#define CC_BR -0.015 #define CC_BR -0.03
#define CC_BG 0.23 #define CC_BG 0.23
/* /*