#include <ImageCore.h>
FImageInfo describes a 2d pixel surface it can be used by FImage or FImageView
◆ FImageInfo() [1/2]
| FImageInfo::FImageInfo |
( |
| ) |
|
|
inline |
◆ FImageInfo() [2/2]
◆ GetBytesPerPixel()
| int64 FImageInfo::GetBytesPerPixel |
( |
| ) |
const |
|
inline |
Gets the number of bytes per pixel.
- Returns
- Bytes per pixel.
◆ GetGammaSpace()
◆ GetHeight()
| int64 FImageInfo::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetImageSizeBytes()
| int64 FImageInfo::GetImageSizeBytes |
( |
| ) |
const |
|
inline |
◆ GetNumPixels()
| int64 FImageInfo::GetNumPixels |
( |
| ) |
const |
|
inline |
◆ GetPixelOffsetBytes()
◆ GetSliceNumPixels()
| int64 FImageInfo::GetSliceNumPixels |
( |
| ) |
const |
|
inline |
◆ GetSliceSizeBytes()
| int64 FImageInfo::GetSliceSizeBytes |
( |
| ) |
const |
|
inline |
◆ GetStrideBytes()
| int64 FImageInfo::GetStrideBytes |
( |
| ) |
const |
|
inline |
◆ GetWidth()
| int64 FImageInfo::GetWidth |
( |
| ) |
const |
|
inline |
◆ ImageInfoFromCompactBinary()
| bool FImageInfo::ImageInfoFromCompactBinary |
( |
const FCbObject & |
InObject | ) |
|
◆ ImageInfoToCompactBinary()
| void FImageInfo::ImageInfoToCompactBinary |
( |
class FCbObject & |
OutObject | ) |
const |
◆ IsGammaCorrected()
| bool FImageInfo::IsGammaCorrected |
( |
| ) |
const |
|
inline |
◆ IsImageInfoValid()
| bool FImageInfo::IsImageInfoValid |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ Format
Format in which the image is stored.
◆ GammaSpace
The gamma space the image is stored in.
◆ NumSlices
| int32 FImageInfo::NumSlices = 0 |
◆ SizeX
| int32 FImageInfo::SizeX = 0 |
◆ SizeY
| int32 FImageInfo::SizeY = 0 |
The documentation for this struct was generated from the following files: