Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
Include |
#include "Image/ImageBuilder.h" |
class FImageAdapter
FImageAdapter is a wrapper around different types of TImageBuilder that provides a standard interface, which allows functions that don't need to know about the specific image type to operate on "any" image. For example to allow code that works on a 4-channel image to operate on a single-channel image (in which case the Adapter will expand/collapse the channels automatically).
Name | Description | ||
---|---|---|---|
|
TImageBuilder< ... |
Image1f |
|
|
TImageBuilder< ... |
Image3f |
|
|
TImageBuilder< ... |
Image4f |
|
|
ImageType |
Name | Description | |
---|---|---|
|
FImageAdapter ( |
|
|
FImageAdapter ( |
|
|
FImageAdapter ( |
Name | Description | ||
---|---|---|---|
|
FImageDimens... |
GetDimensions() |
|
|
GetPixel ( |
||
|
GetPixel ( |
||
|
SetDimensions ( |
||
|
SetPixel |
||
|
SetPixel ( |
Name |
Description |
|
---|---|---|
|
EImageType |