set_color4ub


Description:

public void set_color4ub (uint8 red, uint8 green, uint8 blue, uint8 alpha)

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

The default value is (0xff, 0xff, 0xff, 0xff)

Parameters:

this

A Pipeline object

red

The red component

green

The green component

blue

The blue component

alpha

The alpha component