Update PaletteEditor palettes.

This commit is contained in:
TomAwezome 2022-01-17 18:21:11 -05:00
parent cea590ba55
commit f5381b2add
6 changed files with 23 additions and 23 deletions

View file

@ -0,0 +1,10 @@
public CBGR24 gr_palette_amicus[COLORS_NUM] = {
0x0, 0x1A4883, 0x8D2E75, 0xFFA995, 0xA10000, 0xE5B3FF, 0x8B5858, 0xB2B6AF, 0x555753, 0xB7AA, 0x82BC49, 0x8ABEE1, 0xDF2100, 0xD138D1, 0xFFFFFF, 0x969696
};
public U0 PaletteSetAmicus(Bool persistent=TRUE)
{
GrPaletteSet(gr_palette_amicus);
LFBFlush;
if (persistent)
fp_set_std_palette = &PaletteSetAmicus;
}

View file

@ -1,5 +1,5 @@
public CBGR24 gr_palette_commander[COLORS_NUM] = {
0xFFFFFF, 0x867ADE, 0xCC55, 0x5A878B, 0xB80000, 0xCC44CC, 0xDD8855, 0xBBBBBB, 0x777777, 0x88FF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA
0xFFFFFF, 0x867ADE, 0xCC55, 0x5A878B, 0xEE0000, 0xCC44CC, 0xDD8855, 0xBBBBBB, 0x777777, 0x9BFF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA
};
public U0 PaletteSetCommander(Bool persistent=TRUE)
{

View file

@ -1,10 +0,0 @@
public CBGR24 gr_palette_green[COLORS_NUM] = {
0xEEFCD7, 0x79824F, 0x336019, 0x297582, 0xB34F4B, 0x8F49, 0xA24D1B, 0x444444, 0x6D6D6D, 0x94BFDE, 0xA1CE97, 0x6DB4BE, 0xE88E88, 0xCA94E8, 0xD4B475, 0x142223
};
public U0 PaletteSetGreen(Bool persistent=TRUE)
{
GrPaletteSet(gr_palette_green);
LFBFlush;
if (persistent)
fp_set_std_palette = &PaletteSetGreen;
}

View file

@ -1,10 +0,0 @@
public CBGR24 gr_palette_marine[COLORS_NUM] = {
0xE2E8EB, 0x5BD2D4, 0x496076, 0x307AFF, 0xD86D22, 0xFFD91F, 0xFFEF2F, 0x4F8A97, 0xA161C, 0xE24594, 0xA1CE97, 0x6DB4BE, 0xFF575B, 0xB1AA9E, 0xD53368, 0xE2331
};
public U0 PaletteSetMarine(Bool persistent=TRUE)
{
GrPaletteSet(gr_palette_marine);
LFBFlush;
if (persistent)
fp_set_std_palette = &PaletteSetMarine;
}

View file

@ -0,0 +1,10 @@
public CBGR24 gr_palette_vapor[COLORS_NUM] = {
0xE3E3E3, 0x3284F0, 0x55587C, 0xBF3584, 0xB34F4B, 0x9EE9EF, 0xD2865B, 0x444444, 0x6D6D6D, 0x8BD2B7, 0xA1CE97, 0xCB99CD, 0xE88E88, 0xFDBEA4, 0xFF8F9D, 0x2A1B39
};
public U0 PaletteSetVapor(Bool persistent=TRUE)
{
GrPaletteSet(gr_palette_vapor);
LFBFlush;
if (persistent)
fp_set_std_palette = &PaletteSetVapor;
}

View file

@ -80,8 +80,8 @@ public U0 PaletteSetSlate(Bool persistent=TRUE)
}
//********************************************************************************
public CBGR24 gr_palette_commander[COLORS_NUM] = {
0xFFFFFF, 0x867ADE, 0x00CC55, 0x5A878B, 0xB80000, 0xCC44CC, 0xDD8855, 0xBBBBBB,
0x777777, 0x0088FF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA
0xFFFFFF, 0x867ADE, 0x00CC55, 0x5A878B, 0xEE0000, 0xCC44CC, 0xDD8855, 0xBBBBBB,
0x777777, 0x009BFF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA
};
public U0 PaletteSetCommander(Bool persistent=TRUE)
{//Activate Slate palette.