This commit is contained in:
Josef 2025-04-25 13:51:49 +02:00
parent 861ffd1a6d
commit b14c81eb43
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ namespace Rokojori
[Export( PropertyHint.Range, "0,1")] [Export( PropertyHint.Range, "0,1")]
public float lumaTreshold = 0.5f; public float lumaTreshold = 0.5f;
[Export( PropertyHint.Range, "0.5,5")] [Export( PropertyHint.Range, "0,5")]
public float lumaSaturate = 1.3f; public float lumaSaturate = 0.8f;
[Export( PropertyHint.Range, "0,1")] [Export( PropertyHint.Range, "0,1")]
public float blur = 0.5f; public float blur = 0.5f;