Green (Material stage keyword)

Description

The green keyword multiples the green channel of the associated map by the given value.

Usage

green <greenval>

Parameters

  • greenval - the value by which the green channel of the image map should be multiplied

Example

The following stage reduces the intensity of the green channel by half.

{
   map path/to/image.tga
   green 0.5
}

Notes

Not Available.