遮色片(去底色)選取影像的背景。 此資料型別可讓您以主旨影像以外的透明度,將影像覆蓋在其他圖層中。
此資料型別為選用,預設為關閉。
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的值範圍。指定:
|
填色方法 | xsd:string | 在指定的位置控制畫素透明度 轉角 變數。 此 填色方法 接受這些值:
|
<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
型別使用者: