Builder

open class Builder

Builder class for specifying options when harmonizing colors.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Sets the harmonized color attributes for harmonization.
Link copied to clipboard
@CanIgnoreReturnValue
open fun setColorAttributeToHarmonizeWith(@AttrRes colorAttributeToHarmonizeWith: Int): HarmonizedColorsOptions.Builder
Sets the color attribute to harmonize with.
Link copied to clipboard
@CanIgnoreReturnValue
open fun setColorResourceIds(@NonNull @ColorRes colorResourceIds: Array<Int>): HarmonizedColorsOptions.Builder
Sets the array of color resource ids for harmonization.