Table of Contents

Class OuterGlowEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class OuterGlowEffect : BaseImageFilterEffect, INotifyPropertyChanged, IDisposable, IImageEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
Inheritance
OuterGlowEffect
Implements
Inherited Members
Extension Methods

Fields

BlurProperty

public static readonly BindableProperty BlurProperty

Field Value

BindableProperty

ColorProperty

public static readonly BindableProperty ColorProperty

Field Value

BindableProperty

Properties

Blur

public double Blur { get; set; }

Property Value

double

Color

public Color Color { get; set; }

Property Value

Color

NeedApply

public override bool NeedApply { get; }

Property Value

bool

Methods

CreateFilter(SKRect)

public override SKImageFilter CreateFilter(SKRect destination)

Parameters

destination SKRect

Returns

SKImageFilter