Optionalcolorspace?: ColorspacesThe colorspace to distribute the specified factor in. Defaults to lch when the passed in mode has no 'chroma' | 'hue' | 'lightness' channel
OptionalexcludeAchromatic?: booleanExclude grayscale colors from the distribution operation. Default is false
OptionalexcludeSelf?: booleanExclude the color with the specified extremum from the distribution operation. Default is false
Optionalextremum?: "min" | "max" | "mean"The extreme end for the factor we wish to distribute. If mean is picked, it will map the average value of that factor in the passed in collection.
Optionalfactor?: Factor[]The factor(s) to distribute amongst each color token in the passed in collection.
Optionaltoken?: TokenOptionsSpecify the parsing behaviour and change output type of the ColorToken.
Override for factor distributed palettes.