microsoft/PowerToys

[Color Picker] Pick a bigger area and use the average color

Open

#6,411 创建于 2020年9月6日

在 GitHub 查看
 (13 评论) (14 反应) (0 负责人)C# (7,978 fork)batch import
Help WantedIdea-EnhancementProduct-Color Picker

仓库指标

Star
 (133,154 star)
PR 合并指标
 (平均合并 14天 20小时) (30 天内合并 117 个 PR)

描述

📝 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.

贡献者指南