You are on page 1of 36

o"/>

    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Transformao 3D"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Transformar"/>
    <Property name="Description" type="string" value="Aplica uma transformao 3D em
 um bitmap."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="InterpolationMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Interpolao"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
          <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index="
0"/>
          <Field name="Linear" displayname="Linear" index="1"/>
          <Field name="Cubic" displayname="Cbico" index="2"/>
          <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostra"
 index="3"/>
          <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
        </Fields>
    </Property>
    <Property name="BorderMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Borda"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="Soft" displayname="Suave" index="0"/>
            <Field name="Hard" displayname="Fixo" index="1"/>
        </Fields>
    </Property>
    <Property name="TransformMatrix" type="matrix4x4">
        <Property name="DisplayName" type="string" value="Matriz de Transformao"/>
        <Property name="Default" type="matrix4x4" value="(1,0,0,0, 0,1,0,0, 0,0,
1,0, 0,0,0,1)"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Composio Aritmtica"/>

    <Property name="Author" type="string" value="Microsoft Corporation"/>


    <Property name="Category" type="string" value="Composto"/>
    <Property name="Description" type="string" value="Compe dois bitmaps com base
no seguinte algoritmo: Output = Coefficients_1 * Source * Destination + Coeffic
ients_2 * Source+ Coefficients_3 * Destination + Coefficients_4."/>
    <Inputs>
        <Input name="Destino"/>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Coefficients" type="vector4">
        <Property name="DisplayName" type="string" value="Coeficientes"/>
        <Property name="Default" type="vector4" value="(1.0, 0.0, 0.0, 0.0)"/>
    </Property>
    <Property name="ClampOutput" type="bool">
        <Property name="DisplayName" type="string" value="Sada do Clamp"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Atlas"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Transformar"/>
    <Property name="Description" type="string" value="Altera a rea disponvel da en
trada para o retngulo especificado. Oferece uma otimizao para cenrios em que um bitm
ap  usado como um atlas."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="InputRect" type="vector4">
        <Property name="DisplayName" type="string" value="Retngulo de Entrada"/>
        <Property name="Default" type="vector4" value="(0, 0, inf, inf)"/>
    </Property>
    <Property name="InputPaddingRect" type="vector4">
        <Property name="DisplayName" type="string" value="Retngulo de Enchimento 
d e Entrada"/>
        <Property name="Default" type="vector4" value="(0, 0, inf, inf)"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>

    <!-- System Properties -->

    <Property name="DisplayName" type="string" value="Origem de Bitmap"/>


    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Origem"/>
    <Property name="Description" type="string" value="Oferece uma origem de imag
em."/>
    <Inputs/>

    <!-- Custom Properties -->
    <Property name="WicBitmapSource" type="iunknown">
        <Property name="DisplayName" type="string" value="Origem do Bitmap WIC"/
>
        <Property name="Default" type="iunknown" value="null"/>
    </Property>
    <Property name="Scale" type="vector2">
        <Property name="DisplayName" type="string" value="Escala"/>
        <Property name="Min" type="vector2" value="(0.0, 0.0)"/>
        <Property name="Max" type="vector2" value="(20.0, 20.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="InterpolationMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Interpolao"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>
            <Field name="Linear" displayname="Linear" index="1"/>
            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="Fant" displayname="Fant" index="6"/>
            <Field name="MipmapLinear" displayname="Linear de Mipmap" index="7"/
>
        </Fields>
    </Property>
    <Property name="EnableDPICorrection" type="bool">
      <Property name="DisplayName" type="string" value="Habilitar Correo de DPI"/>
      <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="AlphaMode" type="enum">
      <Property name="DisplayName" type="string" value="Modo Alfa"/>
      <Property name="Default" type="enum" value="1"/>
      <Fields>
        <Field name="Premultiplied" displayname="Premultiplicado" index="1"/>
        <Field name="Straight" displayname="Reto" index="2"/>
      </Fields>
    </Property>
    <Property name="Orientation" type="enum">
        <Property name="DisplayName" type="string" value="Orientao"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="Default" displayname="Padro" index="1"/>
            <Field name="FlipHorizontal" displayname="Inverter horizontalmente" 
i ndex="2"/>
            <Field name="Rotate180" displayname="Gire no sentido horrio 180 graus
" index="3"/>
            <Field name="Rotate180FlipHorizontal" displayname="Girar no sentido 
horrio 180 graus e inverter horizontalmente" index="4"/>
            <Field name="Rotate270FlipHorizontal" displayname="Girar no sentido 
horrio 270 graus e inverter horizontalmente" index="5"/>
            <Field name="Rotate90" displayname="Girar no sentido horrio 90 graus"
 index="6"/>
            <Field name="Rotate90FlipHorizontal" displayname="Girar no sentido h

orrio 90 graus e inverter horizontalmente" index="7"/>


            <Field name="Rotate270" displayname="Girar no sentido horrio 270 grau
s " index="8"/>
        </Fields>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Mesclagem"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Composto"/>
    <Property name="Description" type="string" value="Mescla um primeiro e um se
gundo plano usando um modo de mesclagem predefinido."/>
    <Inputs>
        <Input name="Tela de Fundo"/>
        <Input name="Primeiro plano"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Mode" type="enum">
        <Property name="DisplayName" type="string" value="Modo"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="Multiply" displayname="Multiplicar" index="0"/>
            <Field name="Screen" displayname="Tela" index="1"/>
            <Field name="Darken" displayname="Escurecer" index="2"/>
            <Field name="Lighten" displayname="Clarear" index="3"/>
            <Field name="Dissolve" displayname="Dissolver" index="4"/>
            <Field name="ColorBurn" displayname="Superexposio de Cores" index="5"/
>
            <Field name="LinearBurn" displayname="Superexposio Linear" index="6"/>
            <Field name="DarkerColor" displayname="Cor Mais Escura" index="7"/>
            <Field name="LighterColor" displayname="Cor Mais Clara" index="8"/>
            <Field name="ColorDodge" displayname="Subexposio de Cores" index="9"/>
            <Field name="LinearDodge" displayname="Subexposio Linear" index="10"/>
            <Field name="Overlay" displayname="Sobreposio" index="11"/>
            <Field name="SoftLight" displayname="Luz Suave" index="12"/>
            <Field name="HardLight" displayname="Luz Direta" index="13"/>
            <Field name="VividLight" displayname="Luz Brilhante" index="14"/>
            <Field name="LinearLight" displayname="Luz Linear" index="15"/>
            <Field name="PinLight" displayname="Luz do Pino" index="16"/>
            <Field name="HardMix" displayname="Mistura Slida" index="17"/>
            <Field name="Difference" displayname="Diferena" index="18"/>
            <Field name="Exclusion" displayname="Excluso" index="19"/>
            <Field name="Hue" displayname="Matiz" index="20"/>
            <Field name="Saturation" displayname="Saturao" index="21"/>
            <Field name="Color" displayname="Cor" index="22"/>
            <Field name="Luminosity" displayname="Luminosidade" index="23"/>
            <Field name="Subtract" displayname="Subtrair" index="24"/>
            <Field name="Division" displayname="Diviso" index="25"/>
        </Fields>
    </Property>
< /Effect>

PA<?xml version="1.0" encoding="utf-16"?>


<Effect>

<!-- Localization -->

<_locDefinition>


<_locDefault _loc="locNone"/>


<_locTag _locAttrData="displayname">Field</_locTag>


<_locTag _locAttrData="name">Input</_locTag>


<_locTag _locAttrData="value">Property</_locTag>

</_locDefinition>


<!-- System Properties -->


<Property name="DisplayName" type="string" value="Borda"/>

<Property name="Author" type="string" value="Microsoft Corporation"/>

< Property name="Category" type="string" value="Transformar"/>

<Property name="Description" type="string" value="Estende a regio do bitm
ap com base no modo de borda selecionado."/>

<Inputs>


<Input name="Origem"/>

</Inputs>


< !-- Custom Properties -->

<Property name="EdgeModeX" type="enum">


<Property name="DisplayName" type="string" value="Modo de Borda 
H orizontal"/>


< Property name="Default" type="enum" value="0"/>


<Fields>



<Field name="Clamp" displayname="Clamp" index="0"/>



<Field name="Wrap" displayname="Encapsular" index="1"/>



<Field name="Mirror" displayname="Espelho" index="2"/>


</Fields>

</Property>

<Property name="EdgeModeY" type="enum">


<Property name="DisplayName" type="string" value="Modo de Borda 
V ertical"/>


< Property name="Default" type="enum" value="0"/>


<Fields>



<Field name="Clamp" displayname="Clamp" index="0"/>



<Field name="Wrap" displayname="Encapsular" index="1"/>



<Field name="Mirror" displayname="Espelho" index="2"/>


</Fields>

</Property>
</Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Brilho"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Foto"/>
    <Property name="Description" type="string" value="Ajusta o brilho da imagem 
com base no ponto branco e preto especificado."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>


    <!-- Custom Properties -->


    <Property name="WhitePoint" type="vector2">
        <Property name="DisplayName" type="string" value="Ponto Branco"/>
        <Property name="Min" type="vector2" value="(0.0, 0.0)"/>
        <Property name="Max" type="vector2" value="(1.0, 1.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="BlackPoint" type="vector2">
        <Property name="DisplayName" type="string" value="Ponto Preto"/>
        <Property name="Min" type="vector2" value="(0.0, 0.0)"/>
        <Property name="Max" type="vector2" value="(1.0, 1.0)"/>
        <Property name="Default" type="vector2" value="(0.0, 0.0)"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Corte"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Transformar"/>
    <Property name="Description" type="string" value="Corta o bitmap de entrada 
de acordo com os parmetros especificados."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Rect" type="vector4">
        <Property name="DisplayName" type="string" value="Retngulo"/>
        <Property name="Default" type="vector4" value="(-inf, -inf, inf, inf)"/>
    </Property>
    <Property name="BorderMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Borda"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="Soft" displayname="Suave" index="0"/>
            <Field name="Hard" displayname="Fixo" index="1"/>
        </Fields>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Gerenciamento de Cores"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Altera as cores com base n

os contextos de cor fornecidos."/>


    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
  <Property name="SourceColorContext" type="colorcontext">
      <Property name="DisplayName" type="string" value="Contexto da cor de orige
m"/>
      <Property name="Default" type="colorcontext" value="null"/>
  </Property>
  <Property name="SourceRenderingIntent" type="enum">
    <Property name="DisplayName" type="string" value="Propsito de renderizao de o ri
gem"/>
    <Property name="Default" type="enum" value="0"/>
    <Fields>
        <Field name="Perceptual" displayname="Perceptivo" index="0"/>
        <Field name="RelativeColorimetric" displayname="Colorimtrico Relativo" in
d ex="1"/>
        <Field name="Saturation" displayname="Saturao" index="2"/>
        <Field name="AbsoluteColorimetric" displayname="Colorimtrico Absoluto" in
d ex="3"/>
    </Fields>
  </Property>
  <Property name="DestinationColorContext" type="colorcontext">
      <Property name="DisplayName" type="string" value="Contexto da cor de desti
no"/>
      <Property name="Default" type="colorcontext" value="null"/>
  </Property>
  <Property name="DestinationRenderingIntent" type="enum">
    <Property name="DisplayName" type="string" value="Propsito de Renderizao de D es
t ino"/>
    <Property name="Default" type="enum" value="0"/>
    <Fields>
        <Field name="Perceptual" displayname="Perceptivo" index="0"/>
        <Field name="RelativeColorimetric" displayname="Colorimtrico Relativo" in
d ex="1"/>
        <Field name="Saturation" displayname="Saturao" index="2"/>
        <Field name="AbsoluteColorimetric" displayname="Colorimtrico Absoluto" in
d ex="3"/>
    </Fields>
  </Property>
  <Property name="AlphaMode" type="enum">
    <Property name="DisplayName" type="string" value="Modo Alfa"/>
    <Property name="Default" type="enum" value="1"/>
    <Fields>
      <Field name="Premultiplied" displayname="Premultiplicado" index="1"/>
      <Field name="Straight" displayname="Reto" index="2"/>
    </Fields>
  </Property>
  <Property name="Quality" type="enum">
      <Property name="DisplayName" type="string" value="Qualidade"/>
      <Property name="Default" type="enum" value="1"/>
      <Fields>
          <Field name="Proof" displayname="Prova" index="0"/>
          <Field name="Normal" displayname="Normal" index="1"/>
          <Field name="Best" displayname="tima" index="2"/>
      </Fields>
  </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>

<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Matriz de Cores"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Aplica uma matriz de cores
 especificadas pelo usurio em cada canal do bitmap de entrada."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="ColorMatrix" type="matrix5x4">
        <Property name="DisplayName" type="string" value="Matriz de Cores"/>
        <Property name="Default" type="matrix5x4" value="(1,0,0,0, 0,1,0,0, 0,0,
1,0, 0,0,0,1, 0,0,0,0)"/>
    </Property>
    <Property name="AlphaMode" type="enum">
      <Property name="DisplayName" type="string" value="Modo Alfa"/>
      <Property name="Default" type="enum" value="1"/>
      <Fields>
        <Field name="Premultiplied" displayname="Premultiplicado" index="1"/>
        <Field name="Straight" displayname="Reto" index="2"/>
      </Fields>
    </Property>
    <Property name="ClampOutput" type="bool">
        <Property name="DisplayName" type="string" value="Sada do Clamp"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Composto"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Composto"/>
    <Property name="Description" type="string" value="Compe imagens de primeiro p
lano e tela de fundo usando o modo de composio selecionado."/>
    <Inputs minimum="1" maximum="0xFFFFFFFF">
        <Input name="Destino"/>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Mode" type="enum" value="0">
        <Property name="DisplayName" type="string" value="Modo"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>

            <Field name="SourceOver" displayname="Origem Sobre" index="0"/>


            <Field name="DestinationOver" displayname="Destino Sobre" index="1"/
>
            <Field name="SourceIn" displayname="Origem Dentro" index="2"/>
            <Field name="DestinationIn" displayname="Destino Dentro" index="3"/>
            <Field name="SourceOut" displayname="Origem Fora" index="4"/>
            <Field name="DestinationOut" displayname="Destino Fora" index="5"/>
            <Field name="SourceAtop" displayname="Origem por Cima" index="6"/>
            <Field name="DestinationAtop" displayname="Destino Por Cima" index="
7"/>
            <Field name="Xor" displayname="Xor" index="8"/>
            <Field name="Plus" displayname="Mais" index="9"/>
            <Field name="SourceCopy" displayname="Cpia da Origem" index="10"/>
            <Field name="BoundedSourceCopy" displayname="Cpia de Origem Limitada"
 index="11"/>
            <Field name="MaskInvert" displayname="Inverso de Mscara" index="12"/>
        </Fields>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Matriz de Convoluo"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Filtrar"/>
    <Property name="Description" type="string" value="Aplica um kernel de convol
uo especificado pelo usurio em um bitmap."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="KernelUnitLength" type="vector2">
        <Property name="DisplayName" type="string" value="Comprimento da Unidade
 do Kernel"/>
        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>
        <Property name="Max" type="vector2" value="(100.0, 100.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="ScaleMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Escala"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
          <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index="
0"/>
          <Field name="Linear" displayname="Linear" index="1"/>
          <Field name="Cubic" displayname="Cbico" index="2"/>
          <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostra"
 index="3"/>
          <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
          <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" in
d ex="5"/>
        </Fields>
    </Property>

    <Property name="KernelSizeX" type="uint32">


        <Property name="DisplayName" type="string" value="Tamanho X do Kernel"/>
        <Property name="Min" type="uint32" value="1"/>
        <Property name="Max" type="uint32" value="100"/>
        <Property name="Default" type="uint32" value="3"/>
    </Property>
    <Property name="KernelSizeY" type="uint32">
        <Property name="DisplayName" type="string" value="Tamanho Y do Kernel"/>
        <Property name="Min" type="uint32" value="1"/>
        <Property name="Max" type="uint32" value="100"/>
        <Property name="Default" type="uint32" value="3"/>
    </Property>
    <Property name="KernelMatrix" type="blob">
        <Property name="DisplayName" type="string" value="Matriz de Kernel"/>
        <Property name="Default" type="blob" value="0, 0, 0, 0, 1, 0, 0, 0, 0"/>
        <!-- TODO-2010/6/18-ericka - Add Element Type. -->
    </Property>
    <Property name="Divisor" type="float">
        <Property name="DisplayName" type="string" value="Divisor"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="Bias" type="float">
        <Property name="DisplayName" type="string" value="Ajuste"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="KernelOffset" type="vector2">
        <Property name="DisplayName" type="string" value="Deslocamento do Kernel
"/>
        <Property name="Min" type="vector2" value="(-50.0, -50.0)"/>
        <Property name="Max" type="vector2" value="(50.0, 50.0)"/>
        <Property name="Default" type="vector2" value="(0.0, 0.0)"/>
    </Property>
    <Property name="PreserveAlpha" type="bool">
        <Property name="DisplayName" type="string" value="Preservar Alfa"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="BorderMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Borda"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="Soft" displayname="Suave" index="0"/>
            <Field name="Hard" displayname="Fixo" index="1"/>
        </Fields>
    </Property>
    <Property name="ClampOutput" type="bool">
        <Property name="DisplayName" type="string" value="Sada do Clamp"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Distante-Difusa"/>

    <Property name="Author" type="string" value="Microsoft Corporation"/>


    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Cria um efeito de iluminao d
ifusa com uma fonte de luz distante."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Azimuth" type="float">
        <Property name="DisplayName" type="string" value="Azimute"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="360.0"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="Elevation" type="float">
        <Property name="DisplayName" type="string" value="Elevao"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="360.0"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="DiffuseConstant" type="float">
        <Property name="DisplayName" type="string" value="Constante Difusa"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SurfaceScale" type="float">
        <Property name="DisplayName" type="string" value="Escala de Superfcie"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="Color" type="vector3">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector3" value="(1.0, 1.0, 1.0)"/>
    </Property>
    <Property name="KernelUnitLength" type="vector2">
        <Property name="DisplayName" type="string" value="Comprimento da Unidade
 do Kernel"/>
        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>
        <Property name="Max" type="vector2" value="(100.0, 100.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="ScaleMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Escala"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>
            <Field name="Linear" displayname="Linear" index="1"/>
            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostr
a " index="3"/>
            <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
            <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" 
i ndex="5"/>
        </Fields>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>

<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Difusa Pontual"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Cria um efeito de iluminao d
ifusa com uma fonte de luz pontual."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="LightPosition" type="vector3">
        <Property name="DisplayName" type="string" value="Posio da Luz"/>
        <Property name="Default" type="vector3" value="(0.0, 0.0, 0.0)"/>
    </Property>
    <Property name="DiffuseConstant" type="float">
        <Property name="DisplayName" type="string" value="Constante Difusa"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SurfaceScale" type="float">
        <Property name="DisplayName" type="string" value="Escala de Superfcie"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="Color" type="vector3">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector3" value="(1.0, 1.0, 1.0)"/>
    </Property>
    <Property name="KernelUnitLength" type="vector2">
        <Property name="DisplayName" type="string" value="Comprimento da Unidade
 do Kernel"/>
        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>
        <Property name="Max" type="vector2" value="(100.0, 100.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="ScaleMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Escala"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>
            <Field name="Linear" displayname="Linear" index="1"/>
            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostr
a " index="3"/>
            <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
            <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" 
i ndex="5"/>
        </Fields>
    </Property>

</Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Difusa Spot"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Cria um efeito de iluminao d
ifusa com uma fonte de luz spot."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="LightPosition" type="vector3">
        <Property name="DisplayName" type="string" value="Posio da Luz"/>
        <Property name="Default" type="vector3" value="(0.0, 0.0, 0.0)"/>
    </Property>
    <Property name="PointsAt" type="vector3">
        <Property name="DisplayName" type="string" value="Pontos em"/>
        <Property name="Default" type="vector3" value="(0.0, 0.0, 0.0)"/>
    </Property>
    <Property name="Focus" type="float">
        <Property name="DisplayName" type="string" value="Foco"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="LimitingConeAngle" type="float">
        <Property name="DisplayName" type="string" value="ngulo do Cone Limitador
"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="90.0"/>
        <Property name="Default" type="float" value="90.0"/>
    </Property>
    <Property name="DiffuseConstant" type="float">
        <Property name="DisplayName" type="string" value="Constante Difusa"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SurfaceScale" type="float">
        <Property name="DisplayName" type="string" value="Escala de Superfcie"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="Color" type="vector3">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector3" value="(1.0, 1.0, 1.0)"/>
    </Property>
    <Property name="KernelUnitLength" type="vector2">
        <Property name="DisplayName" type="string" value="Comprimento da Unidade
 do Kernel"/>

        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>


        <Property name="Max" type="vector2" value="(100.0, 100.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="ScaleMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Escala"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>
            <Field name="Linear" displayname="Linear" index="1"/>
            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostr
a " index="3"/>
            <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
            <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" 
i ndex="5"/>
        </Fields>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
  <!-- Localization -->
  <_locDefinition>
    <_locDefault _loc="locNone"/>
    <_locTag _locAttrData="displayname">Field</_locTag>
    <_locTag _locAttrData="name">Input</_locTag>
    <_locTag _locAttrData="value">Property</_locTag>
  </_locDefinition>
  <!-- System Properties -->
  <Property name="DisplayName" type="string" value="Desfoque Direcional"/>
  <Property name="Author" type="string" value="Microsoft Corporation"/>
  <Property name="Category" type="string" value="Filtrar"/>
  <Property name="Description" type="string" value="Aplica um desfoque direciona
l em um bitmap com o raio e ngulo de desfoque especificados."/>
  <Inputs>
    <Input name="Origem"/>
  </Inputs>
  <!-- Custom Properties -->
  <Property name="StandardDeviation" type="float">
    <Property name="DisplayName" type="string" value="Desvio Padro"/>
    <Property name="Min" type="float" value="0.0"/>
    <Property name="Max" type="float" value="250.0"/>
    <Property name="Default" type="float" value="3.0"/>
  </Property>
  <Property name="Angle" type="float">
    <Property name="DisplayName" type="string" value="ngulo"/>
    <Property name="Min" type="float" value="0.0"/>
    <Property name="Max" type="float" value="360.0"/>
    <Property name="Default" type="float" value="0.0"/>
  </Property>
  <Property name="Optimization" type="enum">
    <Property name="DisplayName" type="string" value="Otimizao"/>
    <Property name="Default" type="enum" value="1"/>
    <Fields>
      <Field name="Speed" displayname="Velocidade" index="0"/>
      <Field name="Balanced" displayname="Equilibrado" index="1"/>
      <Field name="Quality" displayname="Qualidade" index="2"/>
    </Fields>
  </Property>

  < Property name="BorderMode" type="enum">


      <Property name="DisplayName" type="string" value="Modo de Borda"/>
      <Property name="Default" type="enum" value="0"/>
      <Fields>
          <Field name="Soft" displayname="Suave" index="0"/>
          <Field name="Hard" displayname="Rgida" index="1"/>
      </Fields>
  </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Transferncia Discreta"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Mapeia novamente as intens
idades de cor do bitmap de entrada com base em uma funo discreta gerada por uma li
sta de valores especificada pelo usurio para cada canal RGBA."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="RedTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Vermelha"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>
    </Property>
    <Property name="RedDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Vermelho"/
>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="GreenTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Verde"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>
    </Property>
    <Property name="GreenDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Verde"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="BlueTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Azul"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>
    </Property>
    <Property name="BlueDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Azul"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="AlphaTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Alfa"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>
    </Property>
    <Property name="AlphaDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Alfa"/>

        <Property name="Default" type="bool" value="false"/>


    </Property>
    <Property name="ClampOutput" type="bool">
        <Property name="DisplayName" type="string" value="Sada do Clamp"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Mapa de Deslocamento"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Desloca um bitmap com base
 na configurao especificada pelo usurio e em outro bitmap."/>
    <Inputs>
        <Input name="Origem"/>
        <Input name="Deslocamento"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Scale" type="float">
        <Property name="DisplayName" type="string" value="Escala"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="XChannelSelect" type="enum">
        <Property name="DisplayName" type="string" value="Seleo de Canal X"/>
        <Property name="Default" type="enum" value="3"/>
        <Fields>
            <Field name="RedChannel" displayname="Canal Vermelho" index="0"/>
            <Field name="GreenChannel" displayname="Canal Verde" index="1"/>
            <Field name="BlueChannel" displayname="Canal Azul" index="2"/>
            <Field name="AlphaChannel" displayname="Canal Alfa" index="3"/>
        </Fields>
    </Property>
    <Property name="YChannelSelect" type="enum">
        <Property name="DisplayName" type="string" value="Seleo de Canal Y"/>
        <Property name="Default" type="enum" value="3"/>
        <Fields>
            <Field name="RedChannel" displayname="Canal Vermelho" index="0"/>
            <Field name="GreenChannel" displayname="Canal Verde" index="1"/>
            <Field name="BlueChannel" displayname="Canal Azul" index="2"/>
            <Field name="AlphaChannel" displayname="Canal Alfa" index="3"/>
        </Fields>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>

    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Compensao de DPI"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Transformar"/>
    <Property name="Description" type="string" value="Dimensiona de acordo com o
 DPI de entrada e o DPI de contexto atual"/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="InterpolationMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Interpolao"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
          <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index="
0"/>
          <Field name="Linear" displayname="Linear" index="1"/>
          <Field name="Cubic" displayname="Cbico" index="2"/>
          <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostra"
 index="3"/>
          <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
          <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" in
d ex="5"/>
        </Fields>
    </Property>
    <Property name="BorderMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Borda"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="Soft" displayname="Suave" index="0"/>
            <Field name="Hard" displayname="Fixo" index="1"/>
        </Fields>
    </Property>
    <Property name="InputDpi" type="vector2">
        <Property name="DisplayName" type="string" value="Pontos por polegada da
 entrada"/>
        <Property name="Default" type="vector2" value="(96, 96)"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Preenchimento de Inundao"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Origem"/>
    <Property name="Description" type="string" value="Processa um preenchimento 
de inundao de tamanho infinito da cor considerada."/>
    <Inputs/>
    <!-- Custom Properties -->
    <Property name="Color" type="vector4">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector4" value="(0, 0, 0, 1)"/>

    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Transferncia de Gama"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Mapeia novamente as intens
idades de cor do bitmap de entrada com base em uma funo de transferncia de gama esp
ecificada pelo usurio para cada canal RGBA."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="RedAmplitude" type="float">
        <Property name="DisplayName" type="string" value="Amplitude Vermelha"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="RedExponent" type="float">
        <Property name="DisplayName" type="string" value="Expoente Vermelho"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="RedOffset" type="float">
        <Property name="DisplayName" type="string" value="Deslocamento Vermelho"
/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="RedDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Vermelho"/
>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="GreenAmplitude" type="float">
        <Property name="DisplayName" type="string" value="Amplitude Verde"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="GreenExponent" type="float">
        <Property name="DisplayName" type="string" value="Expoente Verde"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="GreenOffset" type="float">
        <Property name="DisplayName" type="string" value="Deslocamento Verde"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="GreenDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Verde"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="BlueAmplitude" type="float">
        <Property name="DisplayName" type="string" value="Amplitude Azul"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>

    <Property name="BlueExponent" type="float">


        <Property name="DisplayName" type="string" value="Expoente Azul"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="BlueOffset" type="float">
        <Property name="DisplayName" type="string" value="Deslocamento Azul"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="BlueDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Azul"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="AlphaAmplitude" type="float">
        <Property name="DisplayName" type="string" value="Amplitude Alfa"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="AlphaExponent" type="float">
        <Property name="DisplayName" type="string" value="Expoente Alfa"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="AlphaOffset" type="float">
        <Property name="DisplayName" type="string" value="Deslocamento Alfa"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="AlphaDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Alfa"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="ClampOutput" type="bool">
        <Property name="DisplayName" type="string" value="Sada do Clamp"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
  <!-- Localization -->
  <_locDefinition>
    <_locDefault _loc="locNone"/>
    <_locTag _locAttrData="displayname">Field</_locTag>
    <_locTag _locAttrData="name">Input</_locTag>
    <_locTag _locAttrData="value">Property</_locTag>
  </_locDefinition>
  <!-- System Properties -->
  <Property name="DisplayName" type="string" value="Desfoque Gaussiano"/>
  <Property name="Author" type="string" value="Microsoft Corporation"/>
  <Property name="Category" type="string" value="Filtrar"/>
  <Property name="Description" type="string" value="Aplica um desfoque gaussiano
 em um bitmap com o raio e ngulo de desfoque especificados."/>
  <Inputs>
    <Input name="Origem"/>
  </Inputs>
  <!-- Custom Properties -->
  <Property name="StandardDeviation" type="float">
    <Property name="DisplayName" type="string" value="Desvio Padro"/>
    <Property name="Min" type="float" value="0.0"/>
    <Property name="Max" type="float" value="250.0"/>
    <Property name="Default" type="float" value="3.0"/>
  </Property>
  <Property name="Optimization" type="enum">
    <Property name="DisplayName" type="string" value="Otimizao"/>

    <Property name="Default" type="enum" value="1"/>


    <Fields>
      <Field name="Speed" displayname="Velocidade" index="0"/>
      <Field name="Balanced" displayname="Equilibrado" index="1"/>
      <Field name="Quality" displayname="Qualidade" index="2"/>
    </Fields>
  </Property>
  <Property name="BorderMode" type="enum">
      <Property name="DisplayName" type="string" value="Modo de Borda"/>
      <Property name="Default" type="enum" value="0"/>
      <Fields>
          <Field name="Soft" displayname="Suave" index="0"/>
          <Field name="Hard" displayname="Rgida" index="1"/>
      </Fields>
  </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect type="Analysis">
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Histograma"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Anlise"/>
    <Property name="Description" type="string" value="Calcula o histograma de um
a imagem."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="NumBins" type="uint32">
        <Property name="DisplayName" type="string" value="Nmero de Compartimentos
"/>
        <Property name="Min" type="uint32" value="2"/>
        <Property name="Max" type="uint32" value="1024"/>
        <Property name="Default" type="uint32" value="256"/>
    </Property>
    <Property name="ChannelSelect" type="enum">
        <Property name="DisplayName" type="string" value="Seleo de Canal"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="RedChannel" displayname="Canal Vermelho" index="0"/>
            <Field name="GreenChannel" displayname="Canal Verde" index="1"/>
            <Field name="BlueChannel" displayname="Canal Azul" index="2"/>
            <Field name="AlphaChannel" displayname="Canal Alfa" index="3"/>
        </Fields>
    </Property>
    <Property name="HistogramOutput" type="blob">
        <Property name="DisplayName" type="string" value="Sada de Histograma"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>

        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Rotao de Matiz"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Altera o Matiz de um bitma
p com base em um ngulo de Rotao de Matiz especificado pelo usurio."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>

    <!-- Custom Properties -->
    <Property name="Angle" type="float">
        <Property name="DisplayName" type="string" value="ngulo"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="360.0"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Imagem de Origem"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Origem"/>
    <Property name="Description" type="string" value="Carrega uma imagem de uma 
f onte."/>
    <Inputs/>
    <!-- Custom Properties -->
    <Property name="Filename" type="string">
        <Property name="DisplayName" type="string" value="Nome do arquivo"/>
        <Property name="Default" type="string" value=""/>
    </Property>
    <Property name="FrameCount" type="uint32">
        <Property name="DisplayName" type="string" value="Contagem de Quadros"/>
    </Property>
    <Property name="CurrentFrame" type="uint32">
        <Property name="DisplayName" type="string" value="Moldura Atual"/>
        <Property name="Default" type="uint32" value="0"/>
    </Property>
    <Property name="Scale" type="vector2">
        <Property name="DisplayName" type="string" value="Escala"/>
        <Property name="Min" type="vector2" value="(0.0, 0.0)"/>
        <Property name="Max" type="vector2" value="(20.0, 20.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="InterpolationMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Interpolao"/>
        <Property name="Default" type="enum" value="1"/>

        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>
            <Field name="Linear" displayname="Linear" index="1"/>
            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="Fant" displayname="Fant" index="6"/>
            <Field name="Mipmap Linear" displayname="Linear de Mipmap" index="7"
/>
        </Fields>
    </Property>
    <Property name="EnableDPICorrection" type="bool">
        <Property name="DisplayName" type="string" value="Habilitar Correo de DPI"
/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="OutputAlphaMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo Alfa de Sada"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="Premultiplied" displayname="Premultiplicado" index="1"/
>
            <Field name="Straight" displayname="Reto" index="2"/>
        </Fields>
    </Property>
    <Property name="Orientation" type="enum">
        <Property name="DisplayName" type="string" value="Orientao"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
          <Field name="Default" displayname="Padro" index="1"/>
          <Field name="FlipHorizontal" displayname="Inverter horizontalmente" in
d ex="2"/>
          <Field name="Rotate180" displayname="Girar no sentido horrio 180 graus"
 index="3"/>
          <Field name="Rotate180FlipHorizontal" displayname="Girar no sentido ho
rrio 180 graus e inverter horizontalmente" index="4"/>
          <Field name="Rotate270FlipHorizontal" displayname="Girar no sentido ho
rrio 270 graus e inverter horizontalmente" index="5"/>
          <Field name="Rotate90" displayname="Girar no sentido horrio 90 graus" i
ndex="6"/>
          <Field name="Rotate90FlipHorizontal" displayname="Girar no sentido horr
io 90 graus e inverter horizontalmente" index="7"/>
          <Field name="Rotate270" displayname="Girar no sentido horrio 270 graus"
 index="8"/>
        </Fields>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Transferncia Linear"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Mapeia novamente as intens

idades de cor do bitmap de entrada com base em uma funo de transferncia linear espe
cificada pelo usurio para cada canal RGBA."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="RedYIntercept" type="float">
        <Property name="DisplayName" type="string" value="Intercepo Y Vermelha"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="RedSlope" type="float">
        <Property name="DisplayName" type="string" value="Inclinao Vermelha"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="RedDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Vermelho"/
>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="GreenYIntercept" type="float">
        <Property name="DisplayName" type="string" value="Intercepo Y Verde"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="GreenSlope" type="float">
        <Property name="DisplayName" type="string" value="Inclinao Verde"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="GreenDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Verde"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="BlueYIntercept" type="float">
        <Property name="DisplayName" type="string" value="Intercepo Y Azul"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="BlueSlope" type="float">
        <Property name="DisplayName" type="string" value="Inclinao Azul"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="BlueDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Azul"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="AlphaYIntercept" type="float">
        <Property name="DisplayName" type="string" value="Intercepo Y Alfa"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="AlphaSlope" type="float">
        <Property name="DisplayName" type="string" value="Inclinao Alfa"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="AlphaDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Alfa"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="ClampOutput" type="bool">
        <Property name="DisplayName" type="string" value="Sada do Clamp"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>

<?xml version="1.0" encoding="utf-16"?>


<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Luminncia para Alfa"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Transparncia"/>
    <Property name="Description" type="string" value="Define um valor alfa em um
 bitmap com base na luminncia do bitmap."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Morfologia"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Filtrar"/>
    <Property name="Description" type="string" value="Reduz ou aumenta um bitmap
 no raio fornecido."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Mode" type="enum">
        <Property name="DisplayName" type="string" value="Modo"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="Erode" displayname="Reduzir" index="0"/>
            <Field name="Dilate" displayname="Aumentar" index="1"/>
        </Fields>
    </Property>
    <Property name="Width" type="uint32">
        <Property name="DisplayName" type="string" value="Largura"/>
        <Property name="Min" type="uint32" value="1"/>
        <Property name="Max" type="uint32" value="100"/>
        <Property name="Default" type="uint32" value="1"/>
    </Property>
    <Property name="Height" type="uint32">
        <Property name="DisplayName" type="string" value="Altura"/>
        <Property name="Min" type="uint32" value="1"/>
        <Property name="Max" type="uint32" value="100"/>
        <Property name="Default" type="uint32" value="1"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>

<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Metadados de Opacidade"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Altera o retngulo supostame
nte opaco. Fornece otimizaes em determinados cenrios."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="InputOpaqueRect" type="vector4">
        <Property name="DisplayName" type="string" value="Retngulo de Entrada"/>
        <Property name="Default" type="vector4" value="(-inf, -inf, inf, inf)"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Premultiplicar"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Multiplica cada canal de c
or RGB pelo valor alfa."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Saturao"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Altera a saturao do bitmap c
om base no valor de saturao especificado pelo usurio."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>

    <!-- Custom Properties -->


    <Property name="Saturation" type="float">
        <Property name="DisplayName" type="string" value="Saturao"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="1.0"/>
        <Property name="Default" type="float" value="0.5"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Escala"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Transformar"/>
    <Property name="Description" type="string" value="Aplica operao de escala ao b
i tmap."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Scale" type="vector2">
        <Property name="DisplayName" type="string" value="Escala"/>
        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>
        <Property name="Default" type="vector2" value="(1, 1)"/>
    </Property>
    <Property name="CenterPoint" type="vector2">
        <Property name="DisplayName" type="string" value="Ponto Central"/>
        <Property name="Default" type="vector2" value="(0, 0)"/>
    </Property>
    <Property name="InterpolationMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Interpolao"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
          <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index="
0"/>
          <Field name="Linear" displayname="Linear" index="1"/>
          <Field name="Cubic" displayname="Cbico" index="2"/>
          <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostra"
 index="3"/>
          <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
          <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" in
d ex="5"/>
        </Fields>
    </Property>
    <Property name="BorderMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Borda"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="Soft" displayname="Suave" index="0"/>
            <Field name="Hard" displayname="Rgida" index="1"/>
        </Fields>
    </Property>
    <Property name="Sharpness" type="float">

        <Property name="DisplayName" type="string" value="Nitidez"/>


        <Property name="Min" type="float" value="0"/>
        <Property name="Max" type="float" value="1"/>
        <Property name="Default" type="float" value="0"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Sombra"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Aplica uma sombra em um bi
tmap com base em seu canal alfa."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="BlurStandardDeviation" type="float">
        <Property name="DisplayName" type="string" value="Desvio Padro de Desfoqu
e"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="250.0"/>
        <Property name="Default" type="float" value="3.0"/>
    </Property>
    <Property name="Color" type="vector4">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector4" value="(0, 0, 0, 1)"/>
    </Property>
    <Property name="Optimization" type="enum">
        <Property name="DisplayName" type="string" value="Otimizao"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="Speed" displayname="Velocidade" index="0"/>
            <Field name="Balanced" displayname="Equilibrado" index="1"/>
            <Field name="Quality" displayname="Qualidade" index="2"/>
        </Fields>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Distante-Especular"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Cria um efeito de iluminao e

specular com uma fonte de luz distante."/>


    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Azimuth" type="float">
        <Property name="DisplayName" type="string" value="Azimute"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="360.0"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="Elevation" type="float">
        <Property name="DisplayName" type="string" value="Elevao"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="360.0"/>
        <Property name="Default" type="float" value="0.0"/>
    </Property>
    <Property name="SpecularExponent" type="float">
        <Property name="DisplayName" type="string" value="Expoente Especular"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SpecularConstant" type="float">
        <Property name="DisplayName" type="string" value="Constante Especular"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SurfaceScale" type="float">
        <Property name="DisplayName" type="string" value="Escala de Superfcie"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="Color" type="vector3">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector3" value="(1.0, 1.0, 1.0)"/>
    </Property>
    <Property name="KernelUnitLength" type="vector2">
        <Property name="DisplayName" type="string" value="Comprimento da Unidade
 do Kernel"/>
        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>
        <Property name="Max" type="vector2" value="(100.0, 100.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="ScaleMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Escala"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>
            <Field name="Linear" displayname="Linear" index="1"/>
            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostr
a " index="3"/>
            <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
            <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" 
i ndex="5"/>
        </Fields>

    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Especular Pontual"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Cria um efeito de iluminao e
specular com uma fonte de luz pontual."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="LightPosition" type="vector3">
        <Property name="DisplayName" type="string" value="Posio da Luz"/>
        <Property name="Default" type="vector3" value="(0.0, 0.0, 0.0)"/>
    </Property>
    <Property name="SpecularExponent" type="float">
        <Property name="DisplayName" type="string" value="Expoente Especular"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SpecularConstant" type="float">
        <Property name="DisplayName" type="string" value="Constante Especular"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SurfaceScale" type="float">
        <Property name="DisplayName" type="string" value="Escala de Superfcie"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="Color" type="vector3">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector3" value="(1.0, 1.0, 1.0)"/>
    </Property>
    <Property name="KernelUnitLength" type="vector2">
        <Property name="DisplayName" type="string" value="Comprimento da Unidade
 do Kernel"/>
        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>
        <Property name="Max" type="vector2" value="(100.0, 100.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="ScaleMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Escala"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>

            <Field name="Linear" displayname="Linear" index="1"/>


            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostr
a " index="3"/>
            <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
            <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" 
i ndex="5"/>
        </Fields>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Especular Spot"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Estilizar"/>
    <Property name="Description" type="string" value="Cria um efeito de iluminao e
specular com uma fonte de luz spot."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="LightPosition" type="vector3">
        <Property name="DisplayName" type="string" value="Posio da Luz"/>
        <Property name="Default" type="vector3" value="(0.0, 0.0, 0.0)"/>
    </Property>
    <Property name="PointsAt" type="vector3">
        <Property name="DisplayName" type="string" value="Pontos em"/>
        <Property name="Default" type="vector3" value="(0.0, 0.0, 0.0)"/>
    </Property>
    <Property name="Focus" type="float">
        <Property name="DisplayName" type="string" value="Foco"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="LimitingConeAngle" type="float">
        <Property name="DisplayName" type="string" value="ngulo do Cone Limitador
"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="90.0"/>
        <Property name="Default" type="float" value="90.0"/>
    </Property>
    <Property name="SpecularExponent" type="float">
        <Property name="DisplayName" type="string" value="Expoente Especular"/>
        <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="SpecularConstant" type="float">
        <Property name="DisplayName" type="string" value="Constante Especular"/>
        <Property name="Min" type="float" value="0.0"/>
        <Property name="Max" type="float" value="10000.0"/>

      <Property name="Default" type="float" value="1.0"/>


  </Property>
  <Property name="SurfaceScale" type="float">
      <Property name="DisplayName" type="string" value="Escala de Superfcie"/>
      <Property name="Min" type="float" value="-10000.0"/>
        <Property name="Max" type="float" value="10000.0"/>
        <Property name="Default" type="float" value="1.0"/>
    </Property>
    <Property name="Color" type="vector3">
        <Property name="DisplayName" type="string" value="Cor"/>
        <Property name="Default" type="vector3" value="(1.0, 1.0, 1.0)"/>
    </Property>
    <Property name="KernelUnitLength" type="vector2">
        <Property name="DisplayName" type="string" value="Comprimento da Unidade
 do Kernel"/>
        <Property name="Min" type="vector2" value="(0.01, 0.01)"/>
        <Property name="Max" type="vector2" value="(100.0, 100.0)"/>
        <Property name="Default" type="vector2" value="(1.0, 1.0)"/>
    </Property>
    <Property name="ScaleMode" type="enum">
        <Property name="DisplayName" type="string" value="Modo de Escala"/>
        <Property name="Default" type="enum" value="1"/>
        <Fields>
            <Field name="NearestNeighbor" displayname="Vizinho Mais Prximo" index
="0"/>
            <Field name="Linear" displayname="Linear" index="1"/>
            <Field name="Cubic" displayname="Cbico" index="2"/>
            <Field name="MultiSampleLinear" displayname="Linear de Mltipla Amostr
a " index="3"/>
            <Field name="Anisotropic" displayname="Anisotrpico" index="4"/>
            <Field name="HighQualityCubic" displayname="Cbico de Alta Qualidade" 
i ndex="5"/>
        </Fields>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
  <!-- Localization -->
  <_locDefinition>
    <_locDefault _loc="locNone"/>
    <_locTag _locAttrData="displayname">Field</_locTag>
    <_locTag _locAttrData="name">Input</_locTag>
    <_locTag _locAttrData="value">Property</_locTag>
  </_locDefinition>
  <!-- System Property Display Names-->
  <SystemPropertyNames>
    <Property name="DisplayName" type="string" value="ID da Classe"/>
    <Property name="DisplayName" type="string" value="Nome de Exibio"/>
    <Property name="DisplayName" type="string" value="Autor"/>
    <Property name="DisplayName" type="string" value="Categoria"/>
    <Property name="DisplayName" type="string" value="Descrio"/>
    <Property name="DisplayName" type="string" value="Entradas"/>
    <Property name="DisplayName" type="string" value="Em cache"/>
    <Property name="DisplayName" type="string" value="Preciso"/>
    <Property name="DisplayName" type="string" value="Entradas Mnimas"/>
    <Property name="DisplayName" type="string" value="Entradas Mximas"/>
  </SystemPropertyNames>
  <!-- Auto System Properties -->
  <PrecisionAutoProperties>
    <Fields>
 
 
 
 
 

      <Field name="NoPreference" displayname="Sem Preferncia" index="0"/>


      <Field name="Uint8" displayname="8bpc UINT" index="1"/>
      <Field name="Uint8sRGB" displayname="8bpc UINT sRGB" index="2"/>
      <Field name="Uint16" displayname="16bpc UINT" index="3"/>
      <Field name="Float16" displayname="16bpc Float" index="4"/>
      <Field name="Float32" displayname="32bpc Float" index="5"/>
    </Fields>
  </PrecisionAutoProperties>
  <GlobalAutoProperties>
    <Property name="IsReadOnly" type="bool" value="false"/>
  </GlobalAutoProperties>
</Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Transferncia de Tabela"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Mapeia novamente as intens
idades de cor do bitmap de entrada com base em uma funo de transferncia gerada por 
uma lista de valores especificada pelo usurio para cada canal RGBA."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="RedTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Vermelha"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>
    </Property>
    <Property name="RedDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Vermelho"/
>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="GreenTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Verde"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>
    </Property>
    <Property name="GreenDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Verde"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="BlueTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Azul"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>
    </Property>
    <Property name="BlueDisable" type="bool">
        <Property name="DisplayName" type="string" value="Desabilitar Azul"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
    <Property name="AlphaTable" type="blob">
        <Property name="DisplayName" type="string" value="Tabela Alfa"/>
        <Property name="Default" type="blob" value="0.0, 1.0"/>

  < /Property>
  <Property name="AlphaDisable" type="bool">
      <Property name="DisplayName" type="string" value="Desabilitar Alfa"/>
      <Property name="Default" type="bool" value="false"/>
  </Property>
  <Property name="ClampOutput" type="bool">
        <Property name="DisplayName" type="string" value="Sada do Clamp"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>
<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Bloco"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Transformar"/>
    <Property name="Description" type="string" value="Organiza lado a lado a reg
io especificada do bitmap de entrada."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Rect" type="vector4">
        <Property name="DisplayName" type="string" value="Retngulo"/>
        <Property name="Default" type="vector4" value="(0.0, 0.0, 100.0, 100.0)"
/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Turbulncia"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Origem"/>
    <Property name="Description" type="string" value="Gera um bitmap com base na
 funo de turbulncia de Perlin Noise."/>
    <Inputs>
    </Inputs>
    <!-- Custom Properties -->
    <Property name="Offset" type="vector2">
        <Property name="DisplayName" type="string" value="Deslocamento"/>
        <Property name="Default" type="vector2" value="(0,0)"/>
    </Property>
    <Property name="Size" type="vector2">
        <Property name="DisplayName" type="string" value="Tamanho"/>
        <Property name="Min" type="vector2" value="(0,0)"/>
 
 
 
 
 
 

        <Property name="Default" type="vector2" value="(512,512)"/>


    </Property>
    <Property name="BaseFrequency" type="vector2">
        <Property name="DisplayName" type="string" value="Frequncia Base"/>
        <Property name="Min" type="vector2" value="(0,0)"/>
        <Property name="Max" type="vector2" value="(1000,1000)"/>
        <Property name="Default" type="vector2" value="(0.01,0.01)"/>
    </Property>
    <Property name="NumOctaves" type="uint32">
        <Property name="DisplayName" type="string" value="Nmero de Oitavas"/>
        <Property name="Min" type="uint32" value="1"/>
        <Property name="Max" type="uint32" value="15"/>
        <Property name="Default" type="uint32" value="1"/>
    </Property>
    <Property name="Seed" type="int32">
        <Property name="DisplayName" type="string" value="Preenchimento Semente"
/>
        <Property name="Min" type="int32" value="-10000"/>
        <Property name="Max" type="int32" value="10000"/>
        <Property name="Default" type="int32" value="0"/>
    </Property>
    <Property name="Noise" type="enum">
        <Property name="DisplayName" type="string" value="Rudo"/>
        <Property name="Default" type="enum" value="0"/>
        <Fields>
            <Field name="FractalSum" displayname="Soma de Fractais" index="0"/>
            <Field name="Turbulence" displayname="Turbulncia" index="1"/>
        </Fields>
    </Property>
    <Property name="Stitchable" type="bool">
        <Property name="DisplayName" type="string" value="Costurvel"/>
        <Property name="Default" type="bool" value="false"/>
    </Property>
< /Effect>
PA<?xml version="1.0" encoding="utf-16"?>
<Effect>
    <!-- Localization -->
    <_locDefinition>
        <_locDefault _loc="locNone"/>
        <_locTag _locAttrData="displayname">Field</_locTag>
        <_locTag _locAttrData="name">Input</_locTag>
        <_locTag _locAttrData="value">Property</_locTag>
    </_locDefinition>
    <!-- System Properties -->
    <Property name="DisplayName" type="string" value="Despremultiplicar"/>
    <Property name="Author" type="string" value="Microsoft Corporation"/>
    <Property name="Category" type="string" value="Cor"/>
    <Property name="Description" type="string" value="Divide cada canal de cor R
GB pelo valor alfa."/>
    <Inputs>
        <Input name="Origem"/>
    </Inputs>
< /Effect>
P ADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDING
PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDING
PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDING
PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPAD
2
YA,(Y\+
=H, {PH KD$ZY
D$$
2 D$,tG
,D+,|(t$0H
-
H D C{H
@[
T$HHH=
H HQH
:y
H AaL
H HHR
H
 7H eH
 5LHuH
[AHL\L
H@[
[
D 
2H{H
 L [KH HT$H

8
X
G9
8
i98H(K]\/w3H
4CL\/w
L
L(\/wS
L/w
H/w
mi
9KL
KK\/wnX
L
\L
@9S/F8
\$0H
v6\/
L
Ht$8H
{Ht/
8/v1\/v4X
FP
_\ FT CL FXH
CP JtjtD
H H I0H  [L
'HSHP
KH H<2
K(H u
[i2
FX

H \$WH

HmMtH#3
HH\$0H _

H H  H H H 3H A H K0H tH PH c0H L  L H [

You might also like