set_color4f


Description:

public void set_color4f (float red, float green, float blue, float alpha)

Sets the basic color of the pipeline, used when no lighting is enabled.

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

Parameters:

this

A Pipeline object

red

The red component

green

The green component

blue

The blue component

alpha

The alpha component