以颜色对象的形式获取缓冲图像中像素的颜色

发布于 2024-10-15 03:21:12 字数 87 浏览 1 评论 0原文

我有一个缓冲图像,我想获取特定坐标处的像素颜色。是否有一个函数以颜色对象而不是 RGB 值的形式返回此值?

顺便说一下,这是用Java编写的..

I have a buffered image, I want to get the colour of pixels at a specific coord. Is there a function that returns this in the form of a color object as opposed to RGB values?

This is in Java by the way..

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

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

发布评论

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

评论(1

北音执念 2024-10-22 03:21:12

查看颜色 API。

您可以使用从缓冲图像 getRGB(...) 方法返回的 rgb 值创建 Color 对象。

Check out the Color API.

You can create a Color object using the rgb value returned from the buffered image getRGB(...) method.

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