Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper
- IImageWrapper::GetBitDepth()
- FHdrImageWrapper::GetBitDepth()
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h |
| Include | #include "IImageWrapper.h" |
int32 GetBitDepth&40;&41; const
Remarks
Gets the bit depth of the image.
Beware several of the old wrappers (BMP,TGA) incorrectly used to return bits per color not per channel they now correctly return per-channel. The bit depth per-channel of the image.