为啥iOS毛玻璃控件的剩余区域变暗却不模糊,而模糊的毛玻璃板背后的东西却保持原有亮度

说明模糊的内容是由遮盖层负责绘屏。而变暗的色彩变化则只由背景层实现。我瞎猜的。
■网友
其实通知中心不是这样。苹果提供一种视觉效果可以让背景内容亮度提高,苹果把它用在了通知中心分割线上,也许控制中心也用了这种效果。
■网友
在 iOS Human Interface Guidelines: Designing for iOS 中,对透明的 UI 元素有这样的表述:Let translucent UI elements hint at the content behind them. Translucent elements—such as Control Center—provide context, help users see that more content is available, and can signal transience. In iOS, a translucent element blurs only the content directly behind it—giving the impression of looking through rice paper—it doesn’t blur the rest of the screen.透明元素在苹果看来,除了制造出透过糯米纸看东西的意象外,还暗示用户,还有更多的东西是可以被使用的。变暗不模糊的部分实际是为了突出 Depth. 【为啥iOS毛玻璃控件的剩余区域变暗却不模糊,而模糊的毛玻璃板背后的东西却保持原有亮度】 Depth. Visual layers and realistic motion impart vitality and heighten people’s delight and understanding.
视觉上的层次可以使得界面更具活力,并且看起来理解起来更舒服一些。2016.7.13 更新:本答案原作于 2015.7.11,引用官方页面与原答案比较已经有了不小的变化。
■网友
你把一块毛玻璃拿到眼前,毛玻璃背后的东西当然是模糊的,毛玻璃没盖住的地方当然是不模糊的。说白了,这块毛玻璃没全屏幕那么大。


    推荐阅读