Tweak the dither math.
This commit is contained in:
parent
a0521259a7
commit
05b33078fb
5 changed files with 12 additions and 6 deletions
|
|
@ -107,6 +107,7 @@ OptionValue "MFXPalette"
|
|||
|
||||
OptionValue "MFXDither"
|
||||
{
|
||||
-1, "$MFX_DITHER0"
|
||||
0, "$MFX_DITHER1"
|
||||
1, "$MFX_DITHER2"
|
||||
2, "$MFX_DITHER3"
|
||||
|
|
@ -318,6 +319,6 @@ OptionMenu "MFXOptionsMenu"
|
|||
MFXSlider "$MFX_PALSAT", "mfx_palsat", 0, 2, 0.01, 2
|
||||
MFXSlider "$MFX_PALPOW", "mfx_palpow", 0, 2, 0.01, 2
|
||||
Option "$MFX_PALDITHER", "mfx_paldither", "MFXDither"
|
||||
MFXSlider "$MFX_PALDEPTH", "mfx_paldepth", 1, 6, 1, 0
|
||||
MFXSlider "$MFX_PALDEPTH", "mfx_paldepth", 1, 16, 1, 0
|
||||
SafeCommand "$MFX_RESET", "event resetmfxvars 7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue