Class ChainColorPresetEffect
public class ChainColorPresetEffect : BaseChainedEffect, INotifyPropertyChanged, IDisposable, IRenderEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
- Inheritance
-
ChainColorPresetEffect
- Implements
- Inherited Members
- Extension Methods
Fields
PresetProperty
public static readonly BindableProperty PresetProperty
Field Value
Properties
NeedApply
public override bool NeedApply { get; }
Property Value
Preset
public SkiaImageEffect Preset { get; set; }
Property Value
Methods
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>