All properties of Beautify are exposed through the Beautify component. A convenient way to access Beautify’s properties attached to the main camera is using:
BeautifyEffect.Beautify.instance.xxx = new value;
(BeautifyEffect is the namespace, while Beautify is the main class)
Where xxx is the name of the property. For example:
Beautify.instance.sharpen = 6f;
will change the power of sharpening to 6.
You can also trigger a blink effect calling:
Beautify.instance.Blink
method.