new BaseCommonBackground()

Description

Defines the background color to use when resizing with padding.

Methods


contrast() → {this}

Description

Selects the strongest contrasting color to use for padding.

Returns

palette( ...colors ) → {this}

Description

Defines the custom colors to use when resizing using content-aware padding.

Parameters
Name Type Attributes Description
colors string <repeatable>

One or more colors - Example: palette('green', 'red', blue')

Returns