如何改变python中的颜色但保留其阴影

发布于 2025-01-12 21:54:55 字数 208 浏览 0 评论 0原文

我想为用户提供一个更改特定像素颜色的选项。如果特定像素是蓝色,并且用户选择它是绿色。我应该如何强制执行更改以表示浅绿色?在反之亦然的情况下,如果像素的颜色是蓝色,我想强制它现在代表绿色。这可以在 HSV 规模上完成吗?

我有每个像素的 RGB 值

I'd like to give an option to the user to change color of a particular pixel. If the particular pixel is light blue, and the user selects it to be green. How should I enforce the change to represent light green? In the vica versa case if the color of the pixel is dark blue, I'd like to enforce it to now represent dark green. Can this be done in HSV scale?

I have RGB values of each pixel

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寻找一个思念的角度 2025-01-19 21:54:55

最简单的方法是将图像转换为 HSV,更改值,然后将其转换回 RGB。

The easiest way to do this is to convert the image to HSV, change the value, and then convert it back to RGB.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文