Table of Contents

Class HSVExtensions

Namespace
PAC.Colour

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

Returns

HSV