An open API service indexing awesome lists of open source software.

https://github.com/greedeks/wpfcolorshaderpicker

Сustom ColorPicker control based on shaders for WPF.
https://github.com/greedeks/wpfcolorshaderpicker

color-picker color-pickers colorpicker-tools colorpickergenerator colorwheel shader shaders user-control user-controls wpf wpf-color-picker wpf-color-pickers

Last synced: 5 months ago
JSON representation

Сustom ColorPicker control based on shaders for WPF.

Awesome Lists containing this project

README

          



Ready-to-use custom controls ColorWheelPicker and HueColorPicker for WPF allow users to adjust colors and their brightness.
They are based on precompiled shaders HueBarEffect.hlsl and ColorWheelEffect.hlsl, providing flexibility and high performance in color processing.

The `ColorWheelEffect.ps` and `HueBarEffect.ps` files must be set as Resource in the project properties during compilation.