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

Function fg_release_image

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

Source from the content-addressed store, hash-verified

49}
50
51fg_err fg_release_image(fg_image pImage)
52{
53 try {
54 ARG_ASSERT(0, (pImage!=0));
55
56 delete getImage(pImage);
57 }
58 CATCHALL
59
60 return FG_ERR_NONE;
61}
62
63fg_err fg_set_image_alpha(fg_image pImage, const float pAlpha)
64{

Callers 1

~ImageMethod · 0.85

Calls 1

getImageFunction · 0.85

Tested by

no test coverage detected