Table of Contents

Class ChainAdjustBrightnessEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class ChainAdjustBrightnessEffect : BaseChainedEffect, INotifyPropertyChanged, IDisposable, IRenderEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
Inheritance
ChainAdjustBrightnessEffect
Implements
Inherited Members
Extension Methods

Fields

ValueProperty

public static readonly BindableProperty ValueProperty

Field Value

BindableProperty

Properties

NeedApply

public override bool NeedApply { get; }

Property Value

bool

Value

public float Value { get; set; }

Property Value

float

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