Navigation
API > API/Runtime > API/Runtime/ImageWrapper
Color space type of the bitmap, property introduced in Bitmap header version 4.
| Name | EBitmapCSType |
| Type | enum |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/BmpImageSupport.h |
| Include Path | #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 | Remarks |
|---|---|
| BCST_BLCS_CALIBRATED_RGB | |
| BCST_LCS_sRGB | |
| BCST_LCS_WINDOWS_COLOR_SPACE | |
| BCST_PROFILE_LINKED | |
| BCST_PROFILE_EMBEDDED |