Ghost1372

everything can be handy

BrushAttach

Lighten or Darken a color with a ColorCorrectionFactor property.

Property

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

<!-- OR -->

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

Demo

you can run demo and see this feature.

0%