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
Show Uno properties and methods

Interface of ScaleLightnessFunction

Inherited from BinaryOperator

Inherited from ComputeExpression

Inherited from Expression

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.

Implemented Interfaces