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

Method pixelFormat

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

Source from the content-addressed store, hash-verified

45 inline unsigned height() const { return mImage->height(); }
46
47 inline forge::ChannelFormat pixelFormat() const { return mImage->pixelFormat(); }
48
49 inline forge::dtype channelType() const { return mImage->channelType(); }
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected