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
effect | The effect to set the profile for. |
Returns
bool | True if the profile was set, false otherwise. |