Class HSVExtensions
Extension methods for HSV.
public static class HSVExtensions
- Inheritance
-
HSVExtensions
- Inherited Members
Methods
NextHSV(Random)
Generates a random HSV by independently generating a uniformly random value in [0, 1)
for each component.
public static HSV NextHSV(this Random random)
Parameters
random
Random