Kategorija: WPF

  • Here is small example I’ve coded in WPF. The idea is that the user selects the base color, and then the UI updates entire theme using that base color (dynamically). This is accomplished using RGB -> HSL and HSL -> RGB color conversions and StaticBrush/StaticColor extensions that you will find all inside this project. Here…

    ·

    , ,