Table of Contents

Class SKConfettiColorCollection

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

A collection of Color values used for confetti particles.

[TypeConverter(typeof(SKConfettiColorCollectionTypeConverter))]
public class SKConfettiColorCollection : List<Color>, IList<Color>, ICollection<Color>, IList, ICollection, IReadOnlyList<Color>, IReadOnlyCollection<Color>, IEnumerable<Color>, IEnumerable
Inheritance
SKConfettiColorCollection
Implements
Inherited Members

Constructors

SKConfettiColorCollection()

Initializes a new instance of the SKConfettiColorCollection class.

SKConfettiColorCollection(IEnumerable<Color>)

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

SKConfettiColorCollection(int)

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