Navigation
API > API/Runtime > API/Runtime/ImageCore
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageParallelFor.h |
| Include | #include "ImageParallelFor.h" |
namespace FImageCore
{
template<typename Lambda>
void FImageCore&58;&58;ImageParallelFor
&40;
const TCHAR &42; DebugName,
const FImageView & Image,
const Lambda & Func
&41;
}
Remarks
Lambda is a functor that works on an FImageView() it will be called with portions of the image each portion will be a 2d FImageView (NumSlices == 1) use like : FImageCore::ImageParallelFor( TEXT("Texture.AdjustImageColorsFunc.PF"),Image, & {