Navigation
API > API/Runtime > API/Runtime/ImageCore
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include | #include "ImageCore.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageCore.cpp |
namespace FImageCore
{
bool FImageCore&58;&58;DetectAlphaChannel
&40;
const FImageView & InImage
&41;
}
Remarks
Detects whether or not the image contains an alpha channel where at least one texel is != 255. True if the image both supports and uses the alpha channel. False otherwise.
Parameters
| Name | Description |
|---|---|
| InImage | The image to look for alpha in. |