ILightRig — Aspose.Slides FOSS Java API Reference
ILightRig — Represents a light rig.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
direction | LightingDirection | Read/Write | |
lightType | LightRigPresetType | Read/Write | |
rotation | double[] | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getDirection() | LightingDirection | Returns the light direction. |
setDirection(LightingDirection value) | void | Sets the light direction. |
getLightType() | LightRigPresetType | Returns the light type. |
setLightType(LightRigPresetType value) | void | Sets the light type. |
setRotation(double latitude, double longitude, double revolution) | void | Sets the rotation of the light rig. |
getRotation() | double[] | Gets the rotation as [latitude, longitude, revolution] in degrees. |