MCPcopy Create free account
hub / github.com/IENT/YUView / isRgb

Method isRgb

YUViewLib/src/decoder/decoderTarga.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 bool hasColormap() const { return (colormapLength > 0); }
130
131 bool isRgb() const
132 {
133 return (imageType == ImageType::UncompressedRgb || imageType == ImageType::RleRgb);
134 }
135
136 bool isIndexed() const
137 {

Callers 1

postProcessImageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected