CameraEffectExtensions.Deactivate

Extension Method in CameraEffectExtensions

Declaration

public static void Deactivate(this ICameraEffect effect, string profile)

Description

Deactivates the effect with the given profile.

Parameters

effectThe effect to deactivate.
profileThe name of the profile to deactivate with.

Overload

Declaration

public static void Deactivate(this ICameraEffect effect, int profile)

Description

Deactivates the effect with the given profile.

Parameters

effectThe effect to deactivate.
profileThe index of the profile to deactivate with.