rprSkyLightSetAlbedo
Sets albedo of a sky light.
rpr_status rprSkyLightSetAlbedo( |
rpr_light skylight, |
rpr_float albedo); |
Parameters
Parameter |
Description |
---|---|
skylight |
The sky light to set albedo for. |
albedo |
The albedo value to set. |
Return
Returns RPR_SUCCESS in case of success, or RPR_ERROR code if a problem was encountered.
To learn how to handle errors in AMD Radeon ProRender SDK, see Error Handling.