是一个二维指令,指定使用附加的模糊偏移图像绘制图形对象.
DropShadowing[{dx,dy}]
使用绝对偏移量 {dx,dy}.
DropShadowing[{dx,dy},r]
应用半径为 r 的模糊效果.
DropShadowing[{dx,dy},r,col]
对模糊的偏移图像使用指定的颜色 col.
DropShadowing
是一个二维指令,指定使用附加的模糊偏移图像绘制图形对象.
DropShadowing[{dx,dy}]
使用绝对偏移量 {dx,dy}.
DropShadowing[{dx,dy},r]
应用半径为 r 的模糊效果.
DropShadowing[{dx,dy},r,col]
对模糊的偏移图像使用指定的颜色 col.
更多信息
- DropShadowing 也称为投影(Drop Shadow).
- DropShadowing 通常用于在二维对象中模拟三维纵深.
- DropShadowing[{dx,dy}] 指定模糊偏移图像应移动绝对偏移量 {dx,dy}.
- DropShadowing[{dx,dy},r] 应用半径为 r 的高斯模糊效果.
- DropShadowing[{dx,dy},r,col] 对模糊的偏移图像使用颜色 col.
- DropShadowing[{dx,dy},r,Inherited] 对模糊偏移图像使用不透明度为
的图形对象的颜色. - DropShadowing[{dx, dy}, r] 对模糊偏移图像使用颜色 GrayLevel[0,1/3].
- DropShadowing[] 等价于 DropShadowing[{-3,-3},2,GrayLevel[0,1/3]].
- 对于颜色 col,DropShadowing[col] 等价于 DropShadowing[{-3,-3},2,col].
- 对于数值 r,DropShadowing[r] 等价于 DropShadowing[{-3,-3},r,GrayLevel[0,1/3]].
- 对于列表 {dx,dy},DropShadowing[{dx,dy}] 等价于 DropShadowing[{dx,dy},2,GrayLevel[0,1/3]].
范例
打开所有单元 关闭所有单元相关指南
-
▪
- 图形指令
文本
Wolfram Research (2022),DropShadowing,Wolfram 语言函数,https://reference.wolfram.com/language/ref/DropShadowing.html.
CMS
Wolfram 语言. 2022. "DropShadowing." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/DropShadowing.html.
APA
Wolfram 语言. (2022). DropShadowing. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/DropShadowing.html 年
BibTeX
@misc{reference.wolfram_2025_dropshadowing, author="Wolfram Research", title="{DropShadowing}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/DropShadowing.html}", note=[Accessed: 13-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_dropshadowing, organization={Wolfram Research}, title={DropShadowing}, year={2022}, url={https://reference.wolfram.com/language/ref/DropShadowing.html}, note=[Accessed: 13-April-2026]}