Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper
Description
Should the pixels be treated as sRGB encoded? (or Linear)
note: ImageWrapper Format does not track if pixels are Gamma/SRGB or not assume they are ERawImageFormat::GetDefaultGammaSpace gammaspace eg. U8 is SRGB and everything else is Linear
| Name | GetSRGB |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h |
| Include Path | #include "IImageWrapper.h" |
bool GetSRGB() const