UIVibrancyEffect.FromBlurEffect(UIBlurEffect) Method

Definition

Factory method to create a UIVibrancyEffect that works with the specified UIBlurEffect.

[Foundation.Export("effectForBlurEffect:")]
public static UIKit.UIVibrancyEffect FromBlurEffect (UIKit.UIBlurEffect blurEffect);
static member FromBlurEffect : UIKit.UIBlurEffect -> UIKit.UIVibrancyEffect

Parameters

blurEffect
UIBlurEffect

Returns

Attributes

Applies to