set_emission


Description:

public void set_emission (Color emission)

Sets the pipeline's emissive color, in the standard OpenGL lighting model.

It will look like the surface is a light source emitting this color.

The default value is (0.0, 0.0, 0.0, 1.0)

Parameters:

this

A Pipeline object

emission

The components of the desired emissive color