addFadeColor

@Contract(value = "_ -> this", mutates = "this")
abstract fun addFadeColor(color: Color): FireworkEffect.Builder

Adds the given color to the list of colours displayed by the firework effect when it fades out after exploding.

Return

this builder

Parameters

color

the colour to add