Table of Contents

Class ChainAdjustRGBEffect

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

Fields

BlueProperty

public static readonly BindableProperty BlueProperty

Field Value

BindableProperty

GreenProperty

public static readonly BindableProperty GreenProperty

Field Value

BindableProperty

RedProperty

public static readonly BindableProperty RedProperty

Field Value

BindableProperty

Properties

Blue

public float Blue { get; set; }

Property Value

float

Green

public float Green { get; set; }

Property Value

float

NeedApply

public override bool NeedApply { get; }

Property Value

bool

Red

public float Red { 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