feBlend
对于 <feBlend>,in2 定义了混合操作的第二个输入图像。
| 值 |
SourceGraphic | SourceAlpha | BackgroundImage | BackgroundAlpha | FillPaint | StrokePaint | <filter-primitive-reference> |
|---|---|
| 默认值 |
第一个滤镜图元的 SourceGraphic,否则是上一个滤镜图元的结果 |
| 可动画的 | 是 |
feComposite
对于 <feComposite>,in2 定义了合成操作的第二个输入图像。
| 值 |
SourceGraphic | SourceAlpha | BackgroundImage | BackgroundAlpha | FillPaint | StrokePaint | <filter-primitive-reference> |
|---|---|
| 默认值 |
第一个滤镜图元的 SourceGraphic,否则是上一个滤镜图元的结果 |
| 可动画的 | 是 |
feDisplacementMap
对于 <feDisplacementMap>,in2 定义了第二个输入图像,该图像用于置换 in 属性中定义的图像的像素。
| 值 |
SourceGraphic | SourceAlpha | BackgroundImage | BackgroundAlpha | FillPaint | StrokePaint | <filter-primitive-reference> |
|---|---|
| 默认值 |
第一个滤镜图元的 SourceGraphic,否则是上一个滤镜图元的结果 |
| 可动画的 | 是 |
规范
| 规范 |
|---|
| 滤镜效果模块第 1 级 # element-attrdef-fedisplacementmap-in2 |
| 滤镜效果模块第 1 级 # element-attrdef-fecomposite-in2 |
| 滤镜效果模块第 1 级 # element-attrdef-feblend-in2 |