new BaseGradientBackground()

Description

Defines the gradient fade effect to use for the background when resizing with padding.

Methods


gradientColors( num ) → {this}

Description

Sets the number of predominant colors to use (2 or 4).

Parameters
Name Type Description
num number
Returns

contrast() → {this}

Description

Selects the strongest contrasting color to use for padding.

Returns

gradientDirection( direction ) → {this}

Description

Sets the direction for a background gradient fade effect.

Parameters
Name Type Description
direction Qualifiers.GradientDirection | GradientDirectionType | string

Use one of these functions provided by GradientDirection

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