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
我在重写BaseLightShape中的drawShape中设置画笔的颜色 但是无效怎么回事?
The text was updated successfully, but these errors were encountered:
绘制遮罩时使用的画笔模式是 mPaint.setXfermode(MODE_DST_OUT); 简而言之就是在灰色背景上挖洞 形状提供了可自定义的
mPaint.setXfermode(MODE_DST_OUT);
RectLightShape(矩形)、CircleLightShape(圆形)、OvalLightShape(椭圆)
Sorry, something went wrong.
同问
No branches or pull requests
我在重写BaseLightShape中的drawShape中设置画笔的颜色 但是无效怎么回事?
The text was updated successfully, but these errors were encountered: