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

Method pixelFormat

src/api/cpp/image.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72ChannelFormat Image::pixelFormat() const
73{
74 fg_channel_format retVal = (fg_channel_format)0;
75 FG_THROW(fg_get_image_pixelformat(&retVal, get()));
76 return retVal;
77}
78
79forge::dtype Image::channelType() const
80{

Callers 1

fg_get_image_pixelformatFunction · 0.45

Calls 1

fg_get_image_pixelformatFunction · 0.85

Tested by

no test coverage detected