ScaleLightnessFunction Class
Scales the lightness of the color towards white or black.
Positive values from 0..1 lerp between the current lightness and 1.
Negative values from 0..1 lerp between the current ligthness and 0.
The scaling is done in HSL color space.
Location
- Namespace
- Fuse.Reactive
- Package
- Fuse.Reactive.Expressions 2.9.1
Interface of ScaleLightnessFunction
Inherited from BinaryOperator
Compute(object, object) : object uno
IsLeftOptional : bool uno
IsRightOptional : bool uno
Left : Expression uno
Right : Expression uno
TryCompute(object, object, object) : bool uno
Inherited from ComputeExpression
GetArgument(int) : Expression uno
Name : string uno
TryCompute(Argument[], object) : bool uno
Inherited from Expression
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
Subscribe(IContext, IListener) : IDisposable uno
See IExpression.Subscribe for docs.
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Attached UX Attributes
GlobalKey (attached by Resource) : string ux
Implemented Interfaces
IExpression uno
ISourceLocation uno
hide