ReactiveColor extension
Extension for Reactive<Color> providing common color utilities.
Properties
- isDark → bool
-
Available on Reactive<
Returns true when the current color is perceived as dark.Color> , provided by the ReactiveColor extensionno setter
Methods
-
darken(
double factor) → void -
Available on Reactive<
Darkens the current color toward black byColor> , provided by the ReactiveColor extensionfactor. -
invert(
) → void -
Available on Reactive<
Inverts the current RGB color channels.Color> , provided by the ReactiveColor extension -
lighten(
double factor) → void -
Available on Reactive<
Lightens the current color toward white byColor> , provided by the ReactiveColor extensionfactor.