ILightRig — Aspose.Slides FOSS Java API Reference

ILightRig — Represents a light rig.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
directionLightingDirectionRead/Write
lightTypeLightRigPresetTypeRead/Write
rotationdouble[]Read/Write

Methods

MethodReturnsDescription
getDirection()LightingDirectionReturns the light direction.
setDirection(LightingDirection value)voidSets the light direction.
getLightType()LightRigPresetTypeReturns the light type.
setLightType(LightRigPresetType value)voidSets the light type.
setRotation(double latitude, double longitude, double revolution)voidSets the rotation of the light rig.
getRotation()double[]Gets the rotation as [latitude, longitude, revolution] in degrees.

See Also