MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / renderingAlphaValue

Method renderingAlphaValue

src/model/RenderingColor.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 int RenderingColor_Impl::renderingAlphaValue() const {
81 boost::optional<int> value = getInt(OS_Rendering_ColorFields::RenderingAlphaValue, true);
82 OS_ASSERT(value);
83 return value.get();
84 }
85
86 bool RenderingColor_Impl::isRenderingAlphaValueDefaulted() const {
87 return isEmpty(OS_Rendering_ColorFields::RenderingAlphaValue);

Callers 9

mergeThermalZoneMethod · 0.80
mergeSpaceTypeMethod · 0.80
mergeBuildingStoryMethod · 0.80
mergeBuildingUnitMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
GltfMaterialDataMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64