Navigation
API > API/Runtime > API/Runtime/ImageWrapper
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/BmpImageSupport.h |
| Include | #include "BmpImageSupport.h" |
Syntax
enum EBitmapCSType
{
BCST_BLCS_CALIBRATED_RGB = 0x00000000,
BCST_LCS_sRGB = 0x73524742,
BCST_LCS_WINDOWS_COLOR_SPACE = 0x57696E20,
BCST_PROFILE_LINKED = 0x4C494E4B,
BCST_PROFILE_EMBEDDED = 0x4D424544,
}
Values
| Name | Description |
|---|---|
| BCST_BLCS_CALIBRATED_RGB | |
| BCST_LCS_sRGB | |
| BCST_LCS_WINDOWS_COLOR_SPACE | |
| BCST_PROFILE_LINKED | |
| BCST_PROFILE_EMBEDDED |
Remarks
Color space type of the bitmap, property introduced in Bitmap header version 4.