Apple 脚本 - 选择颜色显示无按钮无头色轮颜色选择器
我使用这篇文章中的信息在我的 Mac 上创建了一个颜色选择器来替换数字色度计应用程序。
http://www.macosxtips.co.uk/ index_files/replace-digitalcolor-meter-in-lion.php
但是在我这样做之后,我得到了一个颜色选择器,但是顶部的按钮可以让我在色轮之间切换,颜色滑块、调色板、图像、十六进制等不会出现。仅当我从苹果脚本编辑器运行苹果脚本时,它们才会出现。当我将苹果脚本保存为应用程序并通过双击运行它时,我只是得到一个简单的色轮,顶部没有任何按钮。
我使用 Mac OS Lion..
谢谢!
编辑:添加屏幕截图:
I used the information on this post to create a Color Picker on my mac to replace the digital color meter app.
http://www.macosxtips.co.uk/index_files/replace-digitalcolor-meter-in-lion.php
But after I did that, I get a color picker alright, but the buttons on the top that lets me shift between color wheel, color slider, color palletes, image, hex etc dont appear. They appear only when I run the apple script from the apple script editor. When I save the apple script as an app and run it by double clicking it, I just a get simple color wheel with none of the buttons on the top.
I use Mac OS Lion..
Thanks!
EDIT: Adding a screenshot :
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想要颜色作为十六进制值,所以我还向 applescript 寻求解决方案。查看这篇博文完整的示例,以及可下载的 applescript 应用程序(带有漂亮的图标),您可以根据需要进行自定义。我已经用 OS X Lion 对其进行了测试,看起来运行良好。
I wanted colors as a hex value so I also looked to applescript for a solution. Check out this blog post for a complete example, and also a downloadable applescript application (with a nice icon) that you can customize to your needs. I have tested it with OS X Lion and it seems to work fine.