add_alpha_modulate_fixed_effect method

add_alpha_modulate_fixed_effect

Adds the new Alpha Modulate Fixed effect to the end of a collection.

Returns

Index of the new image effect in a collection.

def add_alpha_modulate_fixed_effect(self, amount):
    ...
ParameterTypeDescription
amountfloatThe percentage amount to scale the alpha.

See Also