Table of Contents

Class ColorPresetEffect

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

Fields

PresetProperty

public static readonly BindableProperty PresetProperty

Field Value

BindableProperty

Properties

NeedApply

public override bool NeedApply { get; }

Property Value

bool

Preset

public SkiaImageEffect Preset { get; set; }

Property Value

SkiaImageEffect

Methods

CreateFilter(SKRect)

public override SKColorFilter CreateFilter(SKRect destination)

Parameters

destination SKRect

Returns

SKColorFilter