UIPostVignette
Referência completa da API de UIPostVignette, incluindo construtores, atributos, atributos virtuais e métodos.
Pacote: JAVARuntime
Categoria: Post processing
Componente: sim
public class UIPostVignette extends Component
Constructors
| Signature | Description |
|---|---|
UIPostVignette() | Cria uma nova inst?ncia de UIPostVignette. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | get/set | Atributo virtual exposto por getColor. Acesse como um campo para ler ou escrever o valor subjacente. |
feather | float | get/set | Atributo virtual exposto por getFeather. Acesse como um campo para ler ou escrever o valor subjacente. |
midPoint | float | get/set | Atributo virtual exposto por getMidPoint. Acesse como um campo para ler ou escrever o valor subjacente. |
roundness | float | get/set | Atributo virtual exposto por getRoundness. Acesse como um campo para ler ou escrever o valor subjacente. |
Methods
| Signature | Returns | Description |
|---|---|---|
getColor() | Color | Retorna o valor atual de color. |
getFeather() | float | Retorna o valor atual de feather. |
getMidPoint() | float | Retorna o valor atual de midPoint. |
getRoundness() | float | Retorna o valor atual de roundness. |
setColor(Color) | void | Define color. |
setFeather(float) | void | Define feather. |
setMidPoint(float) | void | Define midPoint. |
setRoundness(float) | void | Define roundness. |