LightingDirection

LightingDirection

Overview

LightingDirection is a enum in Aspose.Slides FOSS for Python.

Constants which define light directions.

This enumeration defines 9 values: NOT_DEFINED, TOP_LEFT, TOP, TOP_RIGHT, RIGHT, BOTTOM_RIGHT, BOTTOM, BOTTOM_LEFT, LEFT.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default lighting direction
TOP_LEFTRepresents lighting coming from the top‑left direction
TOPRepresents lighting coming from directly above
TOP_RIGHTRepresents lighting coming from the top‑right direction
RIGHTRepresents lighting coming from the right side
BOTTOM_RIGHTRepresents lighting coming from the bottom‑right direction
BOTTOMRepresents lighting coming from directly below
BOTTOM_LEFTRepresents lighting coming from the bottom‑left direction
LEFT

See Also