ILightRig
General
ILightRig és una interfície en Aspose.Slides FOSS per Java.
Representa un equip de llum.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
direction | LightingDirection | Llegeix. | Obté o fixa la direcció d’il·luminació. |
lightType | LightRigPresetType | Llegeix. | Obtén o configura el tipus de preconeixement del dispositiu d’il·luminació. |
rotation | double[] | Llegeix. | Obté o fixa la matriu de rotació [latitud, longitud, revolució] en graus |
Mètodes
| Signatura | Descripció |
|---|---|
getDirection() → LightingDirection | Retorna la direcció de la llum. |
setDirection(value: LightingDirection) | Fixeu la direcció de la llum. |
getLightType() → LightRigPresetType | Retorna el tipus de llum. |
setLightType(value: LightRigPresetType) | Ajusta el tipus de llum. |
setRotation(latitude: double, longitude: double, revolution: double) | Ajusta la rotació de l’equipament d’il·luminació. |
getRotation() → double[] | Obté la rotació com [latitud, longitud, revolució] en graus. |