get_tile method

get_tile(self, style_color)

Creates a tile image for the pattern fill.

Returns

Tile IImage.

def get_tile(self, style_color):
    ...
ParameterTypeDescription
style_colorColorThe default Color

get_tile(self, background, foreground)

Creates a tile image for the pattern fill with a specified colors.

Returns

Tile IImage.

def get_tile(self, background, foreground):
    ...
ParameterTypeDescription
backgroundColorThe background Color for the pattern.
foregroundColorThe foreground Color for the pattern.

See Also