Method RGB
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
- redIGenerator<float>
- The red channel generator. 
- greenIGenerator<float>
- The green channel generator. 
- blueIGenerator<float>
- The blue channel generator.