Table of Contents

Constructor SKConfettiColorCollection

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

SKConfettiColorCollection()

Initializes a new instance of the SKConfettiColorCollection class.

public SKConfettiColorCollection()

SKConfettiColorCollection(IEnumerable<Color>)

Initializes a new instance of the SKConfettiColorCollection class with items from the specified collection.

public SKConfettiColorCollection(IEnumerable<Color> collection)

Parameters

collection IEnumerable<Color>

The collection of colors to add.

SKConfettiColorCollection(int)

Initializes a new instance of the SKConfettiColorCollection class with the specified initial capacity.

public SKConfettiColorCollection(int capacity)

Parameters

capacity int

The initial capacity.