ILightRig

Overview

ILightRig is a interface in Aspose.Slides FOSS for Java.

Represents a light rig.

Properties

NameTypeAccessDescription
directionLightingDirectionReadReturns the light direction.
lightTypeLightRigPresetTypeReadReturns the light type.
rotationdouble[]ReadGets the rotation as [latitude, longitude, revolution] in degrees.

Methods

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

See Also