CARLA
Functions
ImageUtil Namespace Reference

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)
 

Function Documentation

◆ DecodePixelsByFormat() [1/2]

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().

+ Here is the caller graph for this function:

◆ DecodePixelsByFormat() [2/2]

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.