Class TintWithAlphaEffect
public class TintWithAlphaEffect : BaseColorFilterEffect, INotifyPropertyChanged, IDisposable, IColorEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
- Inheritance
-
TintWithAlphaEffect
- Implements
- Inherited Members
- Extension Methods
Fields
AlphaProperty
public static readonly BindableProperty AlphaProperty
Field Value
ColorTintProperty
public static readonly BindableProperty ColorTintProperty
Field Value
EffectBlendModeProperty
public static readonly BindableProperty EffectBlendModeProperty
Field Value
Properties
Alpha
public double Alpha { get; set; }
Property Value
ColorTint
public Color ColorTint { get; set; }
Property Value
EffectBlendMode
public SKBlendMode EffectBlendMode { get; set; }
Property Value
NeedApply
public override bool NeedApply { get; }
Property Value
Methods
CreateFilter(SKRect)
public override SKColorFilter CreateFilter(SKRect destination)
Parameters
destinationSKRect