Google Flix Engine Linux Reference Manual Manual do Utilizador Página 130

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 545
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 129
124 Flix Engine Linux Module Documentation
5.31.2.6 #define FE2_OVERLAY_MASK_RGB
Use the RGB value (FE2_OVERLAY_MASK_R, FE2_OVERLAY_MASK_G, FE2_OVERLAY_-
MASK_B) as the transparency color.
Remarks:
The color specified will become transparent when the overlay image is drawn on the video image.
Setting this parameter will disable FE2_OVERLAY_MASK_XY if it has been set.
Using a PNG or bitmap with full alpha channel will produce better results than using a transparency
color.
If using this method to add an overlay to video with an existing alpha channel, the transparent portions
of the overlay will be transparent in the output video. Opaque portions of the overlay will be averaged
with the existing alpha data.
Definition at line 138 of file overlay.h.
5.31.2.7 #define FE2_OVERLAY_MASK_X
X coordinate of pixel to use for transparency.
Remarks:
Default value: 0
Definition at line 117 of file overlay.h.
5.31.2.8 #define FE2_OVERLAY_MASK_XY
Use the pixel at coordinates ( FE2_OVERLAY_MASK_X,FE2_OVERLAY_MASK_Y) to determine the
transparent color.
Remarks:
The color at the specified coordinate will become transparent when the overlay image is drawn on the
video image.
Setting this parameter will disable FE2_OVERLAY_MASK_RGB if it has been set.
Using a PNG or bitmap with full alpha channel will produce better results than using a transparency
color.
If using this method to add an overlay to video with an existing alpha channel, the transparent portions
of the overlay will be transparent in the output video. Opaque portions of the overlay will be averaged
with the existing alpha data.
Definition at line 112 of file overlay.h.
5.31.2.9 #define FE2_OVERLAY_MASK_Y
Y coordinate of pixel to use for transparency.
Remarks:
Default value: 0
Definition at line 122 of file overlay.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Vista de página 129
1 2 ... 125 126 127 128 129 130 131 132 133 134 135 ... 544 545

Comentários a estes Manuais

Sem comentários