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

Method setAlpha

src/backend/common/image.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 inline const std::shared_ptr<detail::image_impl>& impl() const { return mImage; }
38
39 inline void setAlpha(const float pAlpha) { mImage->setAlpha(pAlpha); }
40
41 inline void keepAspectRatio(const bool pKeep) { mImage->keepAspectRatio(pKeep); }
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected