InnerShadow
Overview
InnerShadow is a class in Aspose.Slides FOSS for C++.
Represents an inner shadow effect applied to a shape.
This class provides 16 methods for working with InnerShadow objects in C++ programs.
Available methods include: IImageTransformOperation, InnerShadow, SimpleColorFormat, as_i_image_transform_operation, blur_radius, direction, distance, init_internal, save, set_blur_radius, set_direction, set_distance, and 2 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: IImageTransformOperation, SimpleColorFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SimpleColorFormat | SimpleColorFormat | Read | Gets the simple color format. |
IImageTransformOperation | IImageTransformOperation | Read | Gets the i image transform operation. |
Methods
| Signature | Description |
|---|---|
SimpleColorFormat() → SimpleColorFormat | Property provides access to the inner shadow’s color format |
SimpleColorFormat() → SimpleColorFormat | |
IImageTransformOperation() → IImageTransformOperation | Returns the image transform operation for the inner shadow |
InnerShadow() | |
~InnerShadow() | |
init_internal(element: pugi::xml_node, save_callback: std::function<void()>) | Initialize from an XML element (e.g., ) with a persistence callback. |
save() | Persist changes via the save callback provided at init time. |
blur_radius() → double | Returns the blur radius in points. |
set_blur_radius(value: double) | Sets the blur radius in points. |
direction() → double | Returns the shadow direction in degrees. |
set_direction(value: double) | Sets the shadow direction in degrees. |
distance() → double | Returns the shadow distance in points. |
set_distance(value: double) | Sets the shadow distance in points. |
shadow_color() → SimpleColorFormat | Returns the shadow color format. |
shadow_color() → SimpleColorFormat | Returns the shadow color format. |
as_i_image_transform_operation() → IImageTransformOperation | Returns this object as IImageTransformOperation. |