Navigation
API > API/Runtime > API/Runtime/ImageCore
Inheritance Hierarchy
- FImageInfo
- FImage
- FImageView
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCore.h |
| Include | #include "ImageCore.h" |
Syntax
struct FImageInfo
Remarks
FImageInfo describes a 2d pixel surface it can be used by FImage or FImageView
Variables
| Type | Name | Description | |
|---|---|---|---|
| ERawImageFormat::Type | Format | Format in which the image is stored. | |
| EGammaSpace | GammaSpace | The gamma space the image is stored in. | |
| int32 | NumSlices | Number of image slices. | |
| int32 | SizeX | Width of the image. | |
| int32 | SizeY | Height of the image. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImageInfo () |
|||
FImageInfo
(
int32 InSizeX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int64 | Gets the number of bytes per pixel. | ||
| EGammaSpace | |||
| int64 | GetHeight () |
||
| int64 | |||
| int64 | GetNumPixels () |
||
| int64 | GetPixelOffsetBytes
(
int32 X, |
Get offset of a pixel from the base pointer, in bytes | |
| int64 | |||
| int64 | |||
| int64 | GetWidth () |
||
| bool | |||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FImageInfo& rhs |