We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
那个颜色的数组应该是什么颜色的,我用的 private String[] particleColorArray={"0xff33aadd"}; 或者{"ff33aadd"},{"33aadd"}都不对
The text was updated successfully, but these errors were encountered:
您好。应该使用字符串数组String[]而不是List装颜色字符串
setParticleColorArray(new String[]{"#333333", "#222222", "#111111"})
具体代码可以看项目内的demo
Sorry, something went wrong.
No branches or pull requests
那个颜色的数组应该是什么颜色的,我用的 private String[] particleColorArray={"0xff33aadd"};
或者{"ff33aadd"},{"33aadd"}都不对
The text was updated successfully, but these errors were encountered: