Sync
This commit is contained in:
parent
861ffd1a6d
commit
b14c81eb43
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue