We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f717be commit bbd78c3Copy full SHA for bbd78c3
1 file changed
components/ColorAnalyzer/src/PaletteSelectors/ColorPaletteSelector.cs
@@ -55,7 +55,6 @@ public int MinColorCount
55
/// Selects a set of colors from a palette to create a sub-group.
56
/// </summary>
57
/// <param name="palette">The color info extracted by the <see cref="ColorPaletteSampler"/>.</param>
58
- /// <param name="imageColorfulness">The overall colorfulness of the palette.</param>
59
public virtual void SelectColors(IEnumerable<PaletteColor> palette)
60
{
61
_palette = palette;
0 commit comments