nw::gfx::res::ResFragmentLight::SetDiffuse Member Function

Syntax

void SetDiffuse(
     f32 r,
     f32 g,
     f32 b
);
void SetDiffuse(
     f32 r,
     f32 g,
     f32 b,
     f32 a
);
void SetDiffuse(
     const nw::ut::FloatColor & value
);

List of Overloaded Member Functions

SetDiffuse ( f32, f32, f32 ) Sets the diffuse color of the light.
SetDiffuse ( f32, f32, f32, f32 )
SetDiffuse ( const nw::ut::FloatColor & )

Description of SetDiffuse ( f32, f32, f32 )

Sets the diffuse color of the light.

Description of SetDiffuse(f32, f32, f32, f32)

Description of SetDiffuse ( const nw::ut::FloatColor & )


CONFIDENTIAL