[Color Picker] Pick a bigger area and use the average color
#6,411 opened on Sep 6, 2020
Repository metrics
- Stars
- (133,154 stars)
- PR merge metrics
- (Avg merge 14d 20h) (117 merged PRs in 30d)
Description
📝 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.