Contents

accessibilityHighContrastVibrantLight

A high-contrast version of the light vibrant appearance.

Declaration

static let accessibilityHighContrastVibrantLight: NSAppearance.Name

Discussion

Don’t assign an NSAppearance object with this type directly to one of your views. Instead, assign a light appearance to your view. AppKit then returns this type when the user enables the Increase Contrast option in the Accessibility system preferences and the view’s allowsVibrancy property is true.

See Also

System Appearance Names