InnerShadow

Overview

InnerShadow is a class in Aspose.Slides FOSS for Python. Inherits from: IInnerShadow, IImageTransformOperation.

Represents a Inner Shadow effect.

Properties

NameTypeAccessDescription
blur_radiusfloatReadBlur radius.
directionfloatReadDirection of shadow.
distancefloatReadDistance of shadow.
shadow_colorIColorFormatReadColor of shadow.
as_i_image_transform_operationIImageTransformOperationReadReturns the inner shadow as an IImageTransformOperation

See Also