new BackgroundBorderGradientQualifier()

Description

Specifies that the gradient fade effect, used for the background when resizing with padding, uses the predominant colors in the border pixels of the image.

Methods


toString()

Description

Stringify the qualifier BackgroundQualifiers don't have a value, but instead override the toString() function.


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