Ghost1372

everything can be handy

BrushAttach

Lighten or Darken a color with a ColorCorrectionFactor property.

Property

Name
ColorCorrectionFactor
1
2
3
4
5
<SolidColorBrush dev:BrushAttach.ColorCorrectionFactor="-0.4" Color="{ThemeResource SystemAccentColor}" />

<!-- OR -->

<SolidColorBrush helpers:BrushExtensions.ColorCorrectionFactor="1.2" Color="{ThemeResource SystemAccentColor}" />

Demo

you can run demo and see this feature.

0%