Restore UI noise opacity to 3 percent
This commit is contained in:
parent
f686323acc
commit
4395cd99e6
|
|
@ -14,7 +14,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
noiseTileSize = 128
|
noiseTileSize = 128
|
||||||
noiseAlpha = uint8(5) // ~2% opacity
|
noiseAlpha = uint8(8) // ~3% opacity
|
||||||
noiseVariance = uint8(6) // low contrast
|
noiseVariance = uint8(6) // low contrast
|
||||||
noiseMeanValue = uint8(128)
|
noiseMeanValue = uint8(128)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user