Navigation
API > API/Runtime > API/Runtime/ImageWriteQueue
References
| Module | ImageWriteQueue |
| Header | /Engine/Source/Runtime/ImageWriteQueue/Public/ImageWriteTask.h |
| Include | #include "ImageWriteTask.h" |
Syntax
template<typename PixelType>
struct TAsyncAlphaInvert
Remarks
A pixel preprocessor for use with FImageWriteTask::PixelPreProcessor that inverts the alpha channel as part of the threaded work
Specializations
TAsyncAlphaInvert< FColor >
TAsyncAlphaInvert< FFloat16Color >
TAsyncAlphaInvert< FLinearColor >