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

Method setAlpha

src/api/cpp/image.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Image::setAlpha(const float pAlpha)
49{
50 FG_THROW(fg_set_image_alpha(get(), pAlpha));
51}
52
53void Image::keepAspectRatio(const bool pKeep)
54{

Callers 1

fg_set_image_alphaFunction · 0.45

Calls 1

fg_set_image_alphaFunction · 0.85

Tested by

no test coverage detected