MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setOriginFormat

Method setOriginFormat

sources/image/Image.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189
190template <typename ColorSpace>
191void Image<ColorSpace>::setOriginFormat(PixelFormat pf)
192{
193 _pixelFormat = pf;
194}
195
196template <typename ColorSpace>
197PixelFormat Image<ColorSpace>::getOriginFormat() const

Callers 1

processImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected