InnerShadow

Overview

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

Represents a Inner Shadow effect.

Properties: as_i_image_transform_operation, blur_radius, direction, distance, shadow_color.

Properties

NameTypeAccessDescription
blur_radiusfloatRead/WriteBlur radius.
directionfloatRead/WriteDirection of shadow.
distancefloatRead/WriteDistance of shadow.
shadow_colorIColorFormatReadColor of shadow.
as_i_image_transform_operationIImageTransformOperationReadGets the as i image transform operation.

See Also