Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular Hue Slider No Filled #21

Open
jamsoft opened this issue Nov 25, 2021 · 2 comments
Open

Circular Hue Slider No Filled #21

jamsoft opened this issue Nov 25, 2021 · 2 comments

Comments

@jamsoft
Copy link

jamsoft commented Nov 25, 2021

No matter what I try the circular Hue slider in all controls is empty. Not filled with the colour range.

@Equbuxu
Copy link
Member

Equbuxu commented Jan 30, 2022

This sounds quite strange and I'm not sure how to reproduce it. The color range is just an image (https://github.com/PixiEditor/ColorPicker/blob/master/src/ColorPicker/Images/CircularHueGradient.png) and the same goes for the saturation-values square. I'd expect both of them to break if there is an issue with image rendering. Do you have some specific setup and/or are you using some of the older .NET versions?

@nkarasch
Copy link

nkarasch commented Apr 7, 2022

I'm a bit late but having images styled to a set size can reproduce it.

 <Window.Resources>
      <Style TargetType="{x:Type Image}">
           <Setter Property="Width" Value="16"/>
           <Setter Property="Height" Value="16"/>
      </Style>
 </Window.Resources>
 <colorpicker:StandardColorPicker/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants