Table of Contents

Class TintEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class TintEffect : BaseColorFilterEffect, INotifyPropertyChanged, IDisposable, IColorEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
Inheritance
TintEffect
Implements
Inherited Members
Extension Methods

Fields

ColorProperty

public static readonly BindableProperty ColorProperty

Field Value

BindableProperty

EffectBlendModeProperty

public static readonly BindableProperty EffectBlendModeProperty

Field Value

BindableProperty

Properties

Color

public Color Color { 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