ColorPicker
ColorPicker copied to clipboard
Ability to remove the transparentbg_mini.png on the PortableColorPicker.
Please add the ability to remove the background on the Border in the PortableColorPicker: <Border.Background> <ImageBrush ImageSource="/ColorPicker;component/Images/transparentbg_mini.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0,0,8,8" /> </Border.Background>
Hi, which version do you use. WPF or AvaloniaUI?
Thanks for the reply! I am using WPF and am a bit new to it.
You can try creating custom Template for PortableColorPicker, which essentially would be a copy of built-in template, just without the background.