Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
わかりました、それが可能かどうかはわかりませんが、画面上の特定の点の色を決定する方法はありますか? onTouchEvent を使用していますが、ユーザーが触れた場所の色を知りたいです。ありがとう。
最後に、ビューで getDrawingCache を使用し、onTouchEvent 関数で受け取った座標を使用してビットマップで getPixel を使用しました。