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.
color picker以下のようにLibGDXに実装する方法:
color picker
どんな助けでも大歓迎です。
基本的Imageに、質問にテクスチャがあり、それを検出touches/dragsします。あなたがいる座標を知っていて、 を持っているとPixmap、 でカラーコードを知ることができます.-
Image
touches/drags
Pixmap
public int getPixel(int x, int y)
それが役に立てば幸い。