ドロップシャドウのカラー設定を異なるカラーモードのドキュメント操作時に初期化してほしい
ドロップシャドウのカラー値は前回適用された値が保持されています。この値は変更されるかアプリケーションを終了するまで保持されます。
この挙動はカラーモードの異なるドキュメントを編集している際に問題になる場合があります。
例えば、カラーモードがRGBのドキュメントにてドロップシャドウをデフォルトの数値で適用した場合、ドロップシャドウが持つカラー地はRGB各値が0となっています。この状態でカラーモードがCMYKのドキュメントに移りドロップシャドウを適用するとカラー値がC:93,M:88,Y:89:K:80となり、いわゆる4C割れという状態となりまます。
ver.27で解消された4色に割れたブラックが適用されてしまうわけで、この状態はよくありません。
ドキュメントのカラーモードとドロップシャドウの持つカラー値がマッチしない場合、デフォルトのカラー値にフォールバックさせるようにしていただきたいと思います。
-
monokano commented
The concern here is not about Type A, but the need for improvements in Type B. When the color of the effect is set to RGB(0,0,0) in RGB mode, it becomes the default color. However, this carries over to CMYK mode, causing the effect's color to be something other than CMYK(0,0,0,100). This situation could be seen as a lack of consideration for the user.
----
ここでの懸念事項はType Aに関するものではなく、Type Bの改善が必要です。RGBモードで効果の色をRGB(0,0,0)に設定すると、それがデフォルトの色になります。しかし、これがCMYKモードにも引き継がれ、効果の色がCMYK(0,0,0,100)とは異なってしまいます。この状況は、ユーザーへの配慮が不足していると言えるでしょう。 -
There is a related feature request:
Let us set the default color for effects
http://illustrator.uservoice.com/forums/333657/suggestions/45658741Another one is
Easier way to set color for drop shadows
http://illustrator.uservoice.com/forums/333657/suggestions/45658741 -
monokano commented
There are two types of default colors for effects.
Type A: Default color upon startup.
Type B: Default color is the most recently used color, resetting to Type A upon restart.Type A's default CMYK effect color separation issue occurred from 2020 (24) to 2022 (26), which was resolved in 2023 (27).
Type B has been a long-standing feature, where the default color is the most recent used color, irrespective of the document's RGB/CMYK color mode. This feature itself poses significant issues.
----
効果のデフォルトカラーには2種類あります。種類A:起動直後のデフォルトカラー
種類B:直近で使ったカラーがデフォルトとなる。再起動するとAに戻る種類AのCMYK効果デフォルトカラー4色割れは2020(24)から2022(26)まで発生。2023(27)で修正されました。
種類Bは昔からの仕様であり、ドキュメントのカラーモードがRGB/CMYKであるかに関係なく、直近に使用したカラーがデフォルトになります。この仕様自体に重大な問題が存在しています。