Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
template <typename ColorSpace>
191
void Image<ColorSpace>::setOriginFormat(PixelFormat pf)
192
{
193
_pixelFormat = pf;
194
}
195
196
template <typename ColorSpace>
197
PixelFormat Image<ColorSpace>::getOriginFormat() const
Callers
1
processImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected