Contents

vibrantLight

The light vibrant appearance, available only in visual effect views.

Declaration

static let vibrantLight: NSAppearance.Name

Discussion

Vibrant appearances use color blending to make the foreground appearance stand out from the background more prominently.

Don’t assign an NSAppearance object with this type directly to one of your views. Instead, assign a light appearance to your view, make sure its allowsVibrancy property is set to true, and embed the view in a visual effect view. When you do, AppKit updates your view’s appearance to this type.

See Also

System Appearance Names