注意:Blur 不兼容 Optifabric
概述
Blur 将高斯模糊添加到所有GUI的背景中,使其看起来光滑。它也是可配置的,所以你可以调整你喜欢的模组的外观。
各个版本的比较
更改背景颜色
展示图
配置设置说明
fadeTime
这是模糊“淡入”所花费的时间,以毫秒为单位。
gradientStart/EndColor
所有 GUI 背景上用于覆盖的颜色。此处的值是十六进制颜色值,格式为 ARGB(首先是 alpha,然后是 RGB)。因为背景是渐变,所以可以指定两种颜色。默认值为黑色,alpha 值为45 % (75000000)。
guiExclusions
要从模糊着色器中排除的类列表。这将用于不一定覆盖屏幕的图形用户界面。默认只包含一个 GUI,即聊天。
fadeTime
This is the time it takes for the blur to "fade in", in milliseconds.
gradientStart/EndColor
The colors to use for the overlay on all GUI backgrounds. The value here is a hexadecimal color value, in the format ARGB (alpha first, then rgb). Because the background is a gradient, two colors can be specified. The default is black with a 45% alpha value (75000000).
guiExclusions
A list of classes to be excluded from the blur shader. This is to be used for GUIs which do not necessarily cover the screen. It defaults to containing only one GUI, the chat.
本模组有一个非官方更新分支(1.18+):Reblured (Froge)