[]
Describes a single Picture Effect parameter.
public interface IEffectParameter
Public Interface IEffectParameter
Picture Effects are processed as a chain composed of individual items that are applied in sequence to create the final composited image. An Effects chain will allow an effect to be added to the chain, reordered, or removed from the chain. Effect parameters specify properties of those effects.
Name | Description |
---|---|
Name | Gets the string name of the EffectParameter parameter. |
Value | Gets or sets the value of the IEffectParameter object. |