Table of Contents

Class AdjustRGBEffect

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

CreateFilter(SKRect)

public override SKColorFilter CreateFilter(SKRect destination)

Parameters

destination SKRect

Returns

SKColorFilter