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
公共 int getPixel(int x, int y)
希望能帮助到你。