Table of Contents

Class ChainColorPresetEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class ChainColorPresetEffect : BaseChainedEffect, INotifyPropertyChanged, IDisposable, IRenderEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
Inheritance
ChainColorPresetEffect
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

Draw(DrawingContext, Action<DrawingContext>)

Returns true if has drawn control itsself, otherwise it will be drawn over it

public override ChainEffectResult Draw(DrawingContext ctx, Action<DrawingContext> drawControl)

Parameters

ctx DrawingContext
drawControl Action<DrawingContext>

Returns

ChainEffectResult