#include <ImagePixelData.h>
◆ ~FImagePixelData()
| virtual FImagePixelData::~FImagePixelData |
( |
| ) |
|
|
inlinevirtual |
◆ FImagePixelData()
◆ CopyImageData()
Copy this whole image buffer. This can be very costly for large images.
◆ GetBitDepth()
| uint8 FImagePixelData::GetBitDepth |
( |
| ) |
const |
|
inline |
Retrieve the number of bits per each channel of color in the data
◆ GetImageView()
| FImageView FImagePixelData::GetImageView |
( |
| ) |
const |
|
inline |
Get the pixel data as an FImage
◆ GetNumChannels()
| uint8 FImagePixelData::GetNumChannels |
( |
| ) |
const |
|
inline |
Retrieve the number of channels in the data
◆ GetPayload() [1/2]
| T * FImagePixelData::GetPayload |
( |
| ) |
|
|
inline |
Return a pointer to the Payload stored in this data.
◆ GetPayload() [2/2]
| const T * FImagePixelData::GetPayload |
( |
| ) |
const |
|
inline |
Return a const pointer to the Payload stored in this data.
◆ GetPixelLayout()
| ERGBFormat FImagePixelData::GetPixelLayout |
( |
| ) |
const |
|
inline |
Retrieve the pixel layout of this data
◆ GetRawData()
| bool FImagePixelData::GetRawData |
( |
const void *& |
OutRawData, |
|
|
int64 & |
OutSizeBytes |
|
) |
| const |
|
inline |
Get the data and its size only if it is well formed
◆ GetRawDataSizeInBytes()
| int64 FImagePixelData::GetRawDataSizeInBytes |
( |
| ) |
const |
|
inline |
Get the size in bytes, regardless of if it is well formed.
◆ GetSize()
Retrieve the size of this data
◆ GetSRGB()
| bool FImagePixelData::GetSRGB |
( |
| ) |
const |
|
inline |
◆ GetType()
Retrieve the type of this data
◆ IsDataWellFormed()
| bool FImagePixelData::IsDataWellFormed |
( |
| ) |
const |
|
inline |
Check that this data is the size it should be
◆ MoveImageDataToNew()
Move this whole image buffer to a new allocation.
◆ SetAlphaOpaque()
| void FImagePixelData::SetAlphaOpaque |
( |
| ) |
|
|
inline |
Change the alpha channel to opaque
◆ SetPayload()
Sets the payload after construction.
◆ SetSRGB()
| void FImagePixelData::SetSRGB |
( |
bool |
InSRGB | ) |
|
|
inline |
The documentation for this struct was generated from the following file: