函数 | |
void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FColor > Out) |
void | DecodePixelsByFormat (void *PixelData, int32 SourcePitch, FIntPoint SourceExtent, FIntPoint DestinationExtent, EPixelFormat Format, FReadSurfaceDataFlags Flags, TArrayView< FLinearColor > Out) |
void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
int32 | SourcePitch, | ||
FIntPoint | SourceExtent, | ||
FIntPoint | DestinationExtent, | ||
EPixelFormat | Format, | ||
FReadSurfaceDataFlags | Flags, | ||
TArrayView< FColor > | Out ) |
在文件 ImageUtil.cpp 第 80 行定义.
void ImageUtil::DecodePixelsByFormat | ( | void * | PixelData, |
int32 | SourcePitch, | ||
FIntPoint | SourceExtent, | ||
FIntPoint | DestinationExtent, | ||
EPixelFormat | Format, | ||
FReadSurfaceDataFlags | Flags, | ||
TArrayView< FLinearColor > | Out ) |