iPhone Objective C: How to get a pixel#39;s color of the touched point on an UIImageView?(iPhone 目标 C:如何获取 UIImageView 上触摸点的像素颜色?)
问题描述
iPhone 目标 C:如何获取 UIImageView 上触摸点的像素颜色,即使父 UIView 或其自身正在被 旋转CGAffineTransformMakeRotation函数?
iPhone Objective C: How to get a pixel's color of the touched point on an UIImageView, even if the parent UIView or itself is being rotated by the CGAffineTransformMakeRotation function?
即使 UIView/UIImageView 正在缩放和旋转,UITouch 的视图属性是否仍能正确返回触摸点的正确像素?
Will the view property of the UITouch still correctly return the correct pixel of the touched point even if the UIView/UIImageView is being scaled and rotated?
非常感谢阅读
已感谢您的回答&评论,但抱歉,我仍然不知道如何从触摸事件中获取缩放/旋转图像的 X、Y 点,然后从中提取颜色.有人愿意帮忙吗?
edited: Thanks for the answer & comments, but sorry I still don't know how to get the X,Y point of the scaled/rotated image from the touch event, and then extract the color from it. Would anyone mind to help?
推荐答案
快速谷歌搜索揭示了一些有希望的潜在客户:
A quick google search has revealed some promising leads:
- 从 CGImage 对象获取像素数据
- 另一个 StackOverflow 问题
- 我的像素是什么颜色的?
这篇关于iPhone 目标 C:如何获取 UIImageView 上触摸点的像素颜色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iPhone 目标 C:如何获取 UIImageView 上触摸点的像素颜色?
基础教程推荐
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
