[Color Picker] Pick a bigger area and use the average color
#6.411 geöffnet am 6. Sept. 2020
Repository-Metriken
- Stars
- (133.154 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 14T 20h) (117 gemergte PRs in 30 T)
Beschreibung
📝 Provide a description of the new feature
What is the expected behavior of the proposed feature? What is the scenario this would be used?
The color picker picks a wider area around the cursor and calculates the average pixel color inside the area. Right now the color picker picks the color of one pixel. Exactly what a color picker is expected to do.
However in some cases this is not the ideal behavior. When picking the color from a real image every pixel has a slightly different color. Calculating the average color of the neighbour pixels would lead to a smoother output.
It should be possible to activate the feature in the settings page. Moreover the size of the area should also be adjustable.
If you'd like to see this feature implemented, add a 👍 reaction to this post.