Table of Contents

Method RGB

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

RGB(IGenerator<float>, IGenerator<float>, IGenerator<float>)

Creates a color generator from the specified channel generators.

public static IGenerator<Color> RGB(IGenerator<float> red, IGenerator<float> green, IGenerator<float> blue)

Parameters

red IGenerator<float>

The red channel generator.

green IGenerator<float>

The green channel generator.

blue IGenerator<float>

The blue channel generator.

Returns

IGenerator<Color>