CloudinaryDotNet.Transformation.Effect C# (CSharp) Метод

Effect() публичный Метод

Apply a filter or an effect on an image. The value includes the name of the effect and an additional parameter that controls the behavior of the specific effect.
public Effect ( string value ) : Transformation
value string
Результат Transformation
        public Transformation Effect(string value)
        {
            return Add("effect", value);
        }

Same methods

Transformation::Effect ( string effect, Object param ) : Transformation