Table of Contents

Class RGBExtensions

Namespace
PAC.Colour

Extension methods for RGB.

public static class RGBExtensions
Inheritance
RGBExtensions
Inherited Members

Methods

NextRGB(Random)

Generates a random RGB by independently generating a uniformly random value in [0, 1) for each component.

public static RGB NextRGB(this Random random)

Parameters

random Random

Returns

RGB