-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
画笔颜色优化 #101
Merged
Merged
画笔颜色优化 #101
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
问题:从黑板直接到屏幕批注时浅色画笔不会变成深色画笔
- 修复了加载颜色的所有问题 - 新增对更改颜色请求是否从浮动工具栏发出的判断
读色彩没做错误处理,如果文件有问题会抛异常。 |
深色下的蓝色可以提亮一点。 |
错误处理做好了 |
某次上课发呆回过神来的时候发现 PPT 放映时出现了浅色画笔,但尝试多次无法复现。 |
WXRIW
requested changes
Nov 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
关机警告声有其他解决方法,先不要用这个。后期我去弄。
好了 |
WXRIW
approved these changes
Mar 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
自定义画笔颜色
当配置文件 Colors/Dark.ini 或 Colors/Light.ini 存在时,指定工具栏中四个彩色画笔颜色为配置文件中的颜色
画笔颜色深色/浅色切换
颜色配置文件
介绍
范例
#FFFF00FF
#FF72EEFF
#FF008DFA
#FFFFF154
缺陷
我没做图形化自定义颜色工具