Class ChainTintWithAlphaEffect
public class ChainTintWithAlphaEffect : BaseChainedEffect, INotifyPropertyChanged, IDisposable, IRenderEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
- Inheritance
-
ChainTintWithAlphaEffect
- Implements
- Inherited Members
- Extension Methods
Fields
AlphaProperty
public static readonly BindableProperty AlphaProperty
Field Value
ColorProperty
public static readonly BindableProperty ColorProperty
Field Value
EffectBlendModeProperty
public static readonly BindableProperty EffectBlendModeProperty
Field Value
Properties
Alpha
public double Alpha { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
EffectBlendMode
public SKBlendMode EffectBlendMode { get; set; }
Property Value
NeedApply
public override bool NeedApply { get; }
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>