HueCollection Constructor (Single)

Creates a new HueCollection containing the specified hue values specified in turns.
public HueCollection(
	params float[] hues
)

Parameters

huesSystemSingle
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