更改像素以填充 WPF 图像中的颜色
我正在尝试填充 WPF 中的图像区域。类似于Paint中的水桶的东西。我该怎么做?我正在考虑获取鼠标下的像素颜色,并更改附近具有相同颜色的所有像素。有没有更简单的方法?
我应该用什么?可写位图?
谢谢
I'm trying to fill an area of an image in WPF. Something similar to the bucket in Paint. How should I do this? I'm thinking of getting the pixel color under the mouse, and change all the pixels with the same color near. Is there a simpler way?
What should I use? WriteableBitmap?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,WriteableBitmap 是最好的恕我直言,这是继续下去的一种方式。
Yes, WriteableBitmap is the best way to go on this one IMHO.