Table of Contents

Class TintWithAlphaEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
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

BindableProperty

ColorTintProperty

public static readonly BindableProperty ColorTintProperty

Field Value

BindableProperty

EffectBlendModeProperty

public static readonly BindableProperty EffectBlendModeProperty

Field Value

BindableProperty

Properties

Alpha

public double Alpha { get; set; }

Property Value

double

ColorTint

public Color ColorTint { get; set; }

Property Value

Color

EffectBlendMode

public SKBlendMode EffectBlendMode { get; set; }

Property Value

SKBlendMode

NeedApply

public override bool NeedApply { get; }

Property Value

bool

Methods

CreateFilter(SKRect)

public override SKColorFilter CreateFilter(SKRect destination)

Parameters

destination SKRect

Returns

SKColorFilter