Skip to content

Commit

Permalink
add Digital Prime (FBX) palette
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Jul 1, 2024
1 parent 2ba9494 commit ea8e5f0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions source/gcvideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,24 @@ void SetPalette()
}

struct st_palettes palettes[] = {
{ "digital-prime-fbx", "Digital Prime (FBX)",
{ 0x696969, 0x00148F, 0x1E029B, 0x3F008A,
0x600060, 0x660017, 0x570D00, 0x451B00,
0x243400, 0x004200, 0x004500, 0x003C1F,
0x00315C, 0x000000, 0x000000, 0x000000,
0xAFAFAF, 0x0F51DD, 0x442FF3, 0x7220E2,
0xA319B3, 0xAE1C51, 0xA43400, 0x884D00,
0x676D00, 0x208000, 0x008B00, 0x007F42,
0x006C97, 0x010101, 0x000000, 0x000000,
0xFFFFFF, 0x65AAFF, 0x8C96FF, 0xB983FF,
0xDD6FFF, 0xEA6FBD, 0xEB8466, 0xDCA21F,
0xBAB403, 0x7ECB07, 0x54D33E, 0x3CD284,
0x3EC7CC, 0x4B4B4B, 0x000000, 0x000000,
0xFFFFFF, 0xBDE2FF, 0xCECFFF, 0xE6C2FF,
0xF6BCFF, 0xF9C2ED, 0xFACFC6, 0xF8DEAC,
0xEEE9A1, 0xD0F59F, 0xBBF5AF, 0xB3F5CD,
0xB9EDF0, 0xB9B9B9, 0x000000, 0x000000 }
},
{ "smooth-fbx", "Smooth (FBX)",
{ 0x6A6D6A, 0x001380, 0x1E008A, 0x39007A,
0x550056, 0x5A0018, 0x4F1000, 0x3D1C00,
Expand Down
2 changes: 1 addition & 1 deletion source/gcvideo.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define _GCVIDEO_H_

// color palettes
#define MAXPAL 11
#define MAXPAL 12

struct st_palettes {
char name[32], desc[32];
Expand Down

0 comments on commit ea8e5f0

Please sign in to comment.