Keep old naive dither as an option.
This commit is contained in:
parent
05b33078fb
commit
e8b7b1c29f
10 changed files with 145 additions and 36 deletions
|
|
@ -119,8 +119,10 @@ nosave bool mfx_palenable = false;
|
|||
nosave int mfx_palnum = 0;
|
||||
nosave float mfx_palsat = 1.;
|
||||
nosave float mfx_palpow = 1.;
|
||||
nosave bool mfx_palnaive = false;
|
||||
nosave int mfx_paldither = 3;
|
||||
nosave int mfx_paldepth = 8;
|
||||
nosave float mfx_palspread = .05;
|
||||
|
||||
nosave string mfx_presetname = "Unnamed";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue