HueCollectionRemove Method (Single)

Removes the specified hue from this collection.
public bool Remove(
	float hue
)

Parameters

hueSystemSingle
Hue in turns. Will be normalized to turns in the range [0, 1).

Return Value

Boolean
true if the hue was found and removed from the collection.

Implements

ICollectionTRemove(T)

See Also

Reference