Functions | |
void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FLinearColor > Out) |
void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FColor > Out) |
void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
int32 | SourcePitch, | ||
FIntPoint | SourceExtent, | ||
FIntPoint | DestinationExtent, | ||
EPixelFormat | Format, | ||
FReadSurfaceDataFlags | Flags, | ||
TArrayView< FLinearColor > | Out | ||
) |
Definition at line 15 of file ImageUtil.cpp.
Referenced by ASceneCaptureSensor::SendGBuffer().
void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
int32 | SourcePitch, | ||
FIntPoint | SourceExtent, | ||
FIntPoint | DestinationExtent, | ||
EPixelFormat | Format, | ||
FReadSurfaceDataFlags | Flags, | ||
TArrayView< FColor > | Out | ||
) |
Definition at line 80 of file ImageUtil.cpp.