Máscara em elipse

O painel do nó tipo "Máscara em elipse".

O nó do tipo Máscara em elipse cria uma imagem adequada para ser usada como uma tela simples ou máscara de vinheta (também chamada de máscara «rotoscópica circular»).

Inputs

Mask

An optional mask to use as the base for mask operations.

Value

A intensidade da máscara gerada.

Properties

X, Y

Position of the center of the ellipse as a fraction of the total width or height. (0.5, 0.5 creates a centered ellipse; 0.0, 0.0 creates an ellipse with its center in the lower left.)

Largura

A largura da elipse como uma fração da largura total da imagem.

Altura

A altura da elipse como uma fração da largura total da imagem, e não sua altura. Valores equivalentes de Largura e Altura irão produzir um círculo.

Rotação

A rotação da elipse em torno de seu ponto central.

Tipo de máscara

Operation to use against the input mask.

Adicionar:

This yields the union of the input mask and the generated mask: Areas covered by the generated mask are set to the specified Value. Other parts of the input masked are passed through unchanged, or set to black if there is no input mask.

Subtract:

Values of the input mask have the specified Value subtracted from them.

Multiplicar:

This yields the intersection of this generated mask and the input mask: Values of the input mask are multiplied by the specified Value for the area covered by the generated mask. All other areas become black.

Negar:

Any area covered by both the input mask and the generated mask becomes black. Areas covered by the generated mask that are black on the input mask become the specified Value. Areas uncovered by the generated mask remain unchanged.

Saídas

Mask

Uma máscara elíptica gerada que será fundida com a máscara de entrada. A máscara criada é do tamanho das dimensões atuais para a cena renderizada, definidas no painel Dimensões, do contexto de renderização.

Dica

For soft edges, pass the output mask through a slight Blur node. For a vignette, pass the output of this through a heavy blur.