Function psp::sys::sceGuTexEnvColor

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGuTexEnvColor(color: u32)
Expand description

Specify the texture environment color

This is used in the texture function when a constant color is needed.

See sceGuTexFunc for more information.

§Parameters

  • color: Constant color (0x00BBGGRR)