遮色片(遮色片)所選影像的背景。 此資料類型可讓您以主體影像外部的透明度,在其他圖層中覆蓋它們。
此資料類型是選用的,預設為關閉。
KnockoutBackgroundOptions=[corner, tolerance, fill]
如果您正在設定 KnockoutBackgroundOptions
在Adobe Experience Manager中,請改用下列參數:
kbCorner
kbTolerance
kbFillMethod
例如︰kbCorner=UpperLeft&kbTolerance=0.2&kbFillMethod=MatchPixel
名稱 | 類型 | 說明 |
---|---|---|
角 | xsd:string | 選擇要使用的角。 角 接受這些值:
|
容差 | xsd:double | 可選設定,根據透明度從影像邊緣中移除空白字元。 接受0.0到1.0的值範圍。指定:
|
fillMethod | xsd:string | 在指定的位置中控制像素透明度, 角 變數。 此 fillMethod 接受這些值:
|
<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>
此 KnockoutBackgroundOptions
類型的使用者: