I love undocumented MENUDEF features.

This commit is contained in:
Marisa the Magician 2022-03-01 18:49:14 +01:00
commit 071b619668
3 changed files with 14 additions and 14 deletions

View file

@ -22,11 +22,11 @@ Control over RGB gamma/intensity, along with a "tint" filter that, with a negati
### LUT Grading
Premade lookup tables to alter color, all from the various MariENB editions I've made. More specialized LUTs will be added in the future.
Premade lookup tables to alter color, some come from the various MariENB editions I've made, while others were handmade to add some extra variety, and may not really look all that great in some situations.
### Technicolor
A filter that enhances color in some way, I don't know the technical details.
A filter that enhances color in some way, I don't know the technical details. It just appears to increase vibrancy.
### Color Matrix

View file

@ -152,7 +152,7 @@ OptionMenu "MFXOptionsMenu"
StaticText " "
Option "$MFX_GLOBAL", "mfx_enabled", "YesNo"
StaticText " "
StaticText "$MFX_LUMASHARPEN", "Gold"
StaticText "$MFX_LUMASHARPEN", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_lsharpenable", "YesNo"
MFXSlider "$MFX_LSHARPRADIUS", "mfx_lsharpradius", 0, 1, 0.01, 2
@ -160,7 +160,7 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_LSHARPSTRENGTH", "mfx_lsharpblend", 0, 10, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 8"
StaticText " "
StaticText "$MFX_GRAIN", "Gold"
StaticText "$MFX_GRAIN", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_ne", "YesNo"
MFXSlider "$MFX_NI", "mfx_ni", 0, 1, 0.01, 2
@ -178,14 +178,14 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_BNP", "mfx_bnp", 0, 10, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 0"
StaticText " "
StaticText "$MFX_DIRT", "Gold"
StaticText "$MFX_DIRT", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_dirtenable", "YesNo"
MFXSlider "$MFX_DIRTMC", "mfx_dirtmc", 1, 8, 0.01, 2
MFXSlider "$MFX_DIRTCFACTOR", "mfx_dirtcfactor", 0, 1, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 1"
StaticText " "
StaticText "$MFX_GRADE", "Gold"
StaticText "$MFX_GRADE", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_gradeenable", "YesNo"
MFXSlider "$MFX_GRADEMUL_R", "mfx_grademul_r", 0, 2, 0.01, 2
@ -204,20 +204,20 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_GRADEVALPOW", "mfx_gradevalpow", 0, 2, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 2"
StaticText " "
StaticText "$MFX_LUTGRADE", "Gold"
StaticText "$MFX_LUTGRADE", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_lutenable", "YesNo"
Option "$MFX_LUTTEX", "mfx_lutindex", "MFXLUT"
MFXSlider "$MFX_LUTBLEND", "mfx_lutblend", 0, 1, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 9"
StaticText " "
StaticText "$MFX_TECHNICOLOR", "Gold"
StaticText "$MFX_TECHNICOLOR", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_techenable", "YesNo"
MFXSlider "$MFX_TECHBLEND", "mfx_techblend", 0, 1, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 10"
StaticText " "
StaticText "$MFX_CMAT", "Gold"
StaticText "$MFX_CMAT", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_cmatenable", "YesNo"
MFXSlider "$MFX_CMAT_RR", "mfx_cmat_rr", -2, 2, 0.01, 2
@ -231,7 +231,7 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_CMAT_BB", "mfx_cmat_bb", -2, 2, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 3"
StaticText " "
StaticText "$MFX_HUESAT", "Gold"
StaticText "$MFX_HUESAT", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_hsenable", "YesNo"
MFXSlider "$MFX_HSOVER", "mfx_hsover", 0, 0.5, 0.01, 2
@ -258,7 +258,7 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_HSVAL_M", "mfx_hsval_m", -1, 1, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 4"
StaticText " "
StaticText "$MFX_BSS", "Gold"
StaticText "$MFX_BSS", 1
StaticText " "
StaticText "$MFX_BSS_1", "Brown"
StaticText "$MFX_BSS_2", "Brown"
@ -272,7 +272,7 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_BSSSHIFTRADIUS", "mfx_bssshiftradius", 0, 1, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 5"
StaticText " "
StaticText "$MFX_VIGBBLUR", "Gold"
StaticText "$MFX_VIGBBLUR", 1
StaticText " "
Option "$MFX_VIGENABLE", "mfx_vigenable", "YesNo"
MFXSlider "$MFX_VIGCOLOR_R", "mfx_vigcolor_r", -1, 1, 0.01, 2
@ -290,12 +290,12 @@ OptionMenu "MFXOptionsMenu"
MFXSlider "$MFX_BBLURRADIUS", "mfx_bblurradius", 0, 4, 0.01, 2
SafeCommand "$MFX_RESET", "event resetmfxvars 6"
StaticText " "
StaticText "$MFX_PAINT", "Gold"
StaticText "$MFX_PAINT", 1
StaticText " "
Option "$MFX_ENABLE", "mfx_paintenable", "YesNo"
SafeCommand "$MFX_RESET", "event resetmfxvars 11"
StaticText " "
StaticText "$MFX_RETROFX", "Gold"
StaticText "$MFX_RETROFX", 1
StaticText " "
Option "$MFX_RETROENABLE", "mfx_retroenable", "YesNo"
Option "$MFX_RETROSCALEMODE", "mfx_retroscalemode", "MFXScaleMode"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 720 KiB

Before After
Before After