Class ChainAdjustRGBEffect
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
GreenProperty
public static readonly BindableProperty GreenProperty
Field Value
RedProperty
public static readonly BindableProperty RedProperty
Field Value
Properties
Blue
public float Blue { get; set; }
Property Value
Green
public float Green { get; set; }
Property Value
NeedApply
public override bool NeedApply { get; }
Property Value
Red
public float Red { get; set; }
Property Value
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
ctxDrawingContextdrawControlAction<DrawingContext>