Skip to content

Commit bbd78c3

Browse files
committed
Removed leftover xml doc from former param
1 parent 6f717be commit bbd78c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/ColorAnalyzer/src/PaletteSelectors/ColorPaletteSelector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public int MinColorCount
5555
/// Selects a set of colors from a palette to create a sub-group.
5656
/// </summary>
5757
/// <param name="palette">The color info extracted by the <see cref="ColorPaletteSampler"/>.</param>
58-
/// <param name="imageColorfulness">The overall colorfulness of the palette.</param>
5958
public virtual void SelectColors(IEnumerable<PaletteColor> palette)
6059
{
6160
_palette = palette;

0 commit comments

Comments
 (0)