CloudyTransitionEffect Members

Defines a transition shader effect that uses an image as a sampler threshold for interpolating pixel value between two visuals.

The following tables list the members exposed by the CloudyTransitionEffect type.

Public Fields

(see also Protected Fields)

  Name Description
public fieldstatic InputProperty  Brush-valued properties that turn into sampler-properties in the shader. Represents the image present in the final state of the transition.  (Inherited from TransitionEffect)
public fieldstatic OldImageProperty  Brush-valued properties that turn into sampler-properties in the shader. Represents the image present in the initial state of the transition.  (Inherited from TransitionEffect)
public fieldstatic ProgressProperty  A Dependency property as the backing store for Progress. Also used to represent the state of a transition from start to finish (range between 0 and 1).  (Inherited from TransitionEffect)
public fieldstatic RandomSeedProperty  Dependency property which modifies the RandomSeed variable within the pixel shader.  (Inherited from RandomizedTransitionEffect)

Top

Protected Fields

  Name Description
protected fieldstatic CloudImageProperty Dependency property which modifies the CloudImage variable within the pixel shader.
protected fieldstatic PixelShaderProperty  (Inherited from ShaderEffect)

Top

Public Properties

(see also Protected Properties)

  Name Description
public property CanFreeze  (Inherited from Freezable)
public property DependencyObjectType  (Inherited from DependencyObject)
public property Dispatcher  (Inherited from DispatcherObject)
public property HasAnimatedProperties  (Inherited from Animatable)
public propertystatic ImplicitInput  (Inherited from Effect)
public property Input  Gets or sets the Input variable within the shader.  (Inherited from TransitionEffect)
public property IsFrozen  (Inherited from Freezable)
public property IsSealed  (Inherited from DependencyObject)
public property OldImage  Gets or sets the OldImage variable within the shader.  (Inherited from TransitionEffect)
public property Progress  Gets or sets the Progress variable within the shader.  (Inherited from TransitionEffect)
public property RandomSeed  Gets or sets the RandomSeed variable within the shader.  (Inherited from RandomizedTransitionEffect)

Top

Protected Properties

  Name Description
protected property CloudImage Gets or sets the CloudImage variable within the shader used for sampling.
protected property DdxUvDdyUvRegisterIndex  (Inherited from ShaderEffect)
protected property EffectMapping  (Inherited from Effect)
protected property PaddingBottom  (Inherited from ShaderEffect)
protected property PaddingLeft  (Inherited from ShaderEffect)
protected property PaddingRight  (Inherited from ShaderEffect)
protected property PaddingTop  (Inherited from ShaderEffect)
protected property PixelShader  (Inherited from ShaderEffect)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method ApplyAnimationClock  Overloaded. (Inherited from Animatable)
public method BeginAnimation  Overloaded. (Inherited from Animatable)
public method CheckAccess  (Inherited from DispatcherObject)
public method ClearValue  Overloaded. (Inherited from DependencyObject)
public method Clone  (Inherited from ShaderEffect)
public method CloneCurrentValue  Creates a modifiable clone (deep copy) of the TransitionEffect using its current values.  (Inherited from TransitionEffect)
public method CoerceValue  (Inherited from DependencyObject)
public method Equals  Overloaded. (Inherited from DependencyObject)
public method Freeze  Overloaded. (Inherited from Freezable)
public method GetAnimationBaseValue  (Inherited from Animatable)
public method GetAsFrozen  (Inherited from Freezable)
public method GetCurrentValueAsFrozen  (Inherited from Freezable)
public method GetHashCode  (Inherited from DependencyObject)
public method GetLocalValueEnumerator  (Inherited from DependencyObject)
public method GetType  (Inherited from Object)
public method GetValue  (Inherited from DependencyObject)
public method InvalidateProperty  (Inherited from DependencyObject)
public method ReadLocalValue  (Inherited from DependencyObject)
public methodstatic ReferenceEquals  (Inherited from Object)
public method SetCurrentValue  (Inherited from DependencyObject)
public method SetValue  Overloaded. (Inherited from DependencyObject)
public methodstatic ShouldSerializeStoredWeakReference  (Inherited from Animatable)
public method ToString  (Inherited from Object)
public method VerifyAccess  (Inherited from DispatcherObject)

Top

Protected Methods

  Name Description
protected method CloneCore  (Inherited from ShaderEffect)
protected method CloneCurrentValueCore  (Inherited from ShaderEffect)
protected method CreateInstance  (Inherited from Freezable)
protected method CreateInstanceCore  (Inherited from ShaderEffect)
protected method DeepCopy  Makes a deep copy of the transition effect. Implements CloneCurrentValue in Silverlight.  (Inherited from TransitionEffect)
protected method Finalize  (Inherited from Object)
protected methodstatic Freeze  Overloaded. (Inherited from Freezable)
protected method FreezeCore  (Inherited from Animatable)
protected method GetAsFrozenCore  (Inherited from ShaderEffect)
protected method GetCurrentValueAsFrozenCore  (Inherited from ShaderEffect)
protected method MemberwiseClone  (Inherited from Object)
protected method OnChanged  (Inherited from Freezable)
protected method OnFreezablePropertyChanged  Overloaded. (Inherited from Freezable)
protected method OnPropertyChanged  (Inherited from Freezable)
protected methodstatic PixelShaderConstantCallback  (Inherited from ShaderEffect)
protected methodstatic PixelShaderSamplerCallback  Overloaded. (Inherited from ShaderEffect)
protected method ReadPreamble  (Inherited from Freezable)
protected methodstatic RegisterPixelShaderSamplerProperty  Overloaded. (Inherited from ShaderEffect)
protected method ShouldSerializeProperty  (Inherited from DependencyObject)
protected method UpdateShaderValue  (Inherited from ShaderEffect)
protected method WritePostscript  (Inherited from Freezable)
protected method WritePreamble  (Inherited from Freezable)

Top

Public Events

  Name Description
public event Changed  (Inherited from Freezable)

Top

See Also

Reference

CloudyTransitionEffect Class
Microsoft.Expression.Media.Effects Namespace