HueCollection Constructor (IEnumerableSingle)

Creates a new HueCollection containing the specified hue values specified in turns.
public HueCollection(
	IEnumerable<float> hues
)

Parameters

huesSystem.Collections.GenericIEnumerableSingle
Enumerable of hues to be added to the new collection. Hues should be specified in turns and will be normalized to the range [0, 1).

Exceptions

ExceptionCondition
ArgumentNullExceptionhues was Nothing.

See Also

Reference