get_tile method
get_tile(self, style_color)
Creates a tile image for the pattern fill.
Returns
Tile aspose.slides.IImage.
def get_tile(self, style_color):
...
| Parameter | Type | Description |
|---|---|---|
| style_color | Color | The default Color,defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this. |
get_tile(self, background, foreground)
Creates a tile image for the pattern fill with a specified colors.
Returns
Tile aspose.slides.IImage.
def get_tile(self, background, foreground):
...
| Parameter | Type | Description |
|---|---|---|
| background | Color | The background Color for the pattern. |
| foreground | Color | The foreground Color for the pattern. |
See Also
- class
IImage - class
IPatternFormat - class
Color - module
aspose.slides - library
Aspose.Slides