Class ChainSaturationEffect
public class ChainSaturationEffect : BaseChainedEffect, INotifyPropertyChanged, IDisposable, IRenderEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
- Inheritance
-
ChainSaturationEffect
- Implements
- Inherited Members
- Extension Methods
Fields
ValueProperty
public static readonly BindableProperty ValueProperty
Field Value
Properties
NeedApply
public override bool NeedApply { get; }
Property Value
Value
public float Value { get; set; }
Property Value
Methods
CreateSaturationFilter(float)
public static SKColorFilter CreateSaturationFilter(float saturation)
Parameters
saturationfloat
Returns
Draw(DrawingContext, Action<DrawingContext>)
Returns true if has drawn control itsself, otherwise it will be drawn over it
public override ChainEffectResult Draw(DrawingContext ctx, Action<DrawingContext> drawControl)
Parameters
ctxDrawingContextdrawControlAction<DrawingContext>