nw::gfx::res::ResFragmentLight::SetDiffuse Member Function
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
);
| SetDiffuse ( f32, f32, f32 ) | Sets the diffuse color of the light. |
| SetDiffuse ( f32, f32, f32, f32 ) | |
| SetDiffuse ( const nw::ut::FloatColor & ) |
Sets the diffuse color of the light.
CONFIDENTIAL