KnockoutBackgroundOptions knockoutbackgroundoptions
蒙版(去底色)选定图像的背景。 使用此数据类型,您可以将其叠加到其他图层中,并使其在主题图像之外透明。
此数据类型是可选的,默认情况下是关闭的。
KnockoutBackgroundOptions=[corner, tolerance, fill]
参数 section-3149b49ccb714e6eafa6655354816819
IMPORTANT
如果您在Adobe Experience Manager中配置
KnockoutBackgroundOptions
,请改用以下参数:kbCorner
kbTolerance
kbFillMethod
例如:
kbCorner=UpperLeft&kbTolerance=0.2&kbFillMethod=MatchPixel
名称
类型
说明
角
xsd:string
选择要使用的拐角。 角接受以下值:
- 左上
- 左下方
- 右上
- 右下
容差
xsd:double
一个可选设置,用于根据透明度从图像边缘中去除空格。 接受从0.0到1.0的值的范围。指定:
- 0表示完全匹配颜色。
- 1启用最大的颜色差异。
fillMethod
xsd:string
控制由角变量指定的位置的像素透明度。 fillMethod接受以下值:
- FloodFill:将指定角的所有像素变为透明。
- MatchPixel:将所有匹配的像素变为透明,不论其位置如何。
示例 section-3f9edfff321a4e4394f766298b9e284d
<complexType name="KnockoutBackgroundOptions">
<sequence>
<!-- corner one of UpperLeft, BottomLeft, UpperRight, BottomRight -->
<element name="corner" type="xsd:string" minOccurs="1"/>
<!-- Tolerance real value between 0.0 and 1.0 -->
<element name="tolerance" type="xsd:double" minOccurs="0"/>
<!-- one of FloodFill or MatchPixel is required -->
<element name="fillMethod" type="xsd:string" minOccurs="1"/>
</sequence>
</complexType>
使用者 section-28c43baafe85434a9ee9e303ed10569a
KnockoutBackgroundOptions
类型由以下用户使用:
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681