如何为 Eclipse 插件创建禁用图标
How to create disabled icons for Eclipse plug-in
我参考的是位于 here 的官方 Eclipse 指南,该指南在 "States" 部分包含有关 "Creating the disabled icon state".
的信息
遗憾的是,本节的第一句话是:
To create this state, you will use the "eclipse_disabledrender_R3V6.atn" action in the Eclipse-style Actions palette. Click here to download the Eclipse-style Actions.
- Load the "eclipse_disabledrender_R3V6.atn" into the the Adobe Photoshop Actions palette.
我没有 Adobe Photoshop,所以我不知道该文件的作用(我尝试将其作为文本文件打开,但无法读取)。
此部分的图像也无法访问,因此(对我而言)有关如何创建禁用图标的任何信息都丢失了。
我认为它类似于 "change saturation to -50 and brightness to +50",但我希望拥有原始动作以获得一致的外观。
如何为给定图标创建禁用图标?
我设法给自己弄了一份 Adobe Photoshop,操作说明如下:
这是德文,所以我会翻译相关部分给可能有同样问题的人:
- 色调 0(无变化)
- 饱和度 -80(范围似乎是 -100 到 100,默认值为 0)
- 亮度+40(同比例)
出于某种原因,此操作在完成的图标(RGB 193、193、193)周围绘制了一个矩形,但我找不到实际完成此操作的禁用图标。
我参考的是位于 here 的官方 Eclipse 指南,该指南在 "States" 部分包含有关 "Creating the disabled icon state".
的信息遗憾的是,本节的第一句话是:
To create this state, you will use the "eclipse_disabledrender_R3V6.atn" action in the Eclipse-style Actions palette. Click here to download the Eclipse-style Actions.
- Load the "eclipse_disabledrender_R3V6.atn" into the the Adobe Photoshop Actions palette.
我没有 Adobe Photoshop,所以我不知道该文件的作用(我尝试将其作为文本文件打开,但无法读取)。
此部分的图像也无法访问,因此(对我而言)有关如何创建禁用图标的任何信息都丢失了。
我认为它类似于 "change saturation to -50 and brightness to +50",但我希望拥有原始动作以获得一致的外观。
如何为给定图标创建禁用图标?
我设法给自己弄了一份 Adobe Photoshop,操作说明如下:
这是德文,所以我会翻译相关部分给可能有同样问题的人:
- 色调 0(无变化)
- 饱和度 -80(范围似乎是 -100 到 100,默认值为 0)
- 亮度+40(同比例)
出于某种原因,此操作在完成的图标(RGB 193、193、193)周围绘制了一个矩形,但我找不到实际完成此操作的禁用图标。