MCPcopy Create free account
hub / github.com/arrayfire/forge / setAlpha

Method setAlpha

src/backend/opengl/image_impl.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void image_impl::setAlpha(const float pAlpha)
114{
115 mAlpha = pAlpha;
116}
117
118void image_impl::keepAspectRatio(const bool pKeep)
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected