| 215 | } |
| 216 | |
| 217 | bool Screen_Impl::setDiffuseVisibleReflectance(double diffuseVisibleReflectance) { |
| 218 | bool result = setDouble(OS_WindowMaterial_ScreenFields::DiffuseVisibleReflectance, diffuseVisibleReflectance); |
| 219 | return result; |
| 220 | } |
| 221 | |
| 222 | bool Screen_Impl::setThermalHemisphericalEmissivity(double thermalHemisphericalEmissivity) { |
| 223 | bool result = setDouble(OS_WindowMaterial_ScreenFields::ThermalHemisphericalEmissivity, thermalHemisphericalEmissivity); |