excludedColors property

List<Color> excludedColors
final

Excluded colors from main palette. It might be helpful when user can choose colors of widgets which are close to each other and you don't want to blend them by same color. E.g. if user choose black as app's background and black as buttons colors, buttons may go missing in the background.

Implementation

final List<Color> excludedColors;