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