CameraEffectExtensions.SetDefaultProfile

Extension Method in CameraEffectExtensions

Declaration

public static bool SetDefaultProfile(this ICameraEffect effect)

Description

Sets the profile named "Default" to be active or the first profile in the list if not found.

Parameters

effectThe effect to set the profile for.

Returns

boolTrue if the profile was set, false otherwise.