Less naive palette shader.
This commit is contained in:
parent
7efc84adb5
commit
a0521259a7
14 changed files with 57 additions and 7 deletions
12
menudef.txt
12
menudef.txt
|
|
@ -105,6 +105,15 @@ OptionValue "MFXPalette"
|
|||
63, "$MFX_PALETTE64"
|
||||
}
|
||||
|
||||
OptionValue "MFXDither"
|
||||
{
|
||||
0, "$MFX_DITHER1"
|
||||
1, "$MFX_DITHER2"
|
||||
2, "$MFX_DITHER3"
|
||||
3, "$MFX_DITHER4"
|
||||
4, "$MFX_DITHER5"
|
||||
}
|
||||
|
||||
OptionValue "MFXLUT"
|
||||
{
|
||||
0, "$MFX_LUT1"
|
||||
|
|
@ -308,6 +317,7 @@ OptionMenu "MFXOptionsMenu"
|
|||
Option "$MFX_PALNUM", "mfx_palnum", "MFXPalette"
|
||||
MFXSlider "$MFX_PALSAT", "mfx_palsat", 0, 2, 0.01, 2
|
||||
MFXSlider "$MFX_PALPOW", "mfx_palpow", 0, 2, 0.01, 2
|
||||
MFXSlider "$MFX_PALDITHER", "mfx_paldither", 0, 1, 0.01, 2
|
||||
Option "$MFX_PALDITHER", "mfx_paldither", "MFXDither"
|
||||
MFXSlider "$MFX_PALDEPTH", "mfx_paldepth", 1, 6, 1, 0
|
||||
SafeCommand "$MFX_RESET", "event resetmfxvars 7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue