Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TImageBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the Pixel at the given X/Y coordinates to the given PixelType | Image/ImageBuilder.h | ||
void SetPixel
(
int64 LinearIndex, |
Set the Pixel at the given linear index to the given PixelType | Image/ImageBuilder.h | |
void SetPixel
(
int32 X, |
Set the Pixel at the given X/Y coordinates to the given PixelType | Image/ImageBuilder.h |
SetPixel(const FVector2i &, const PixelType &)
Description
Set the Pixel at the given X/Y coordinates to the given PixelType
| Name | SetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
void SetPixel
(
const FVector2i & ImageCoords,
const PixelType & NewValue
)
SetPixel(int64, const PixelType &)
Description
Set the Pixel at the given linear index to the given PixelType
| Name | SetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
void SetPixel
(
int64 LinearIndex,
const PixelType & NewValue
)
SetPixel(int32, int32, const PixelType &)
Description
Set the Pixel at the given X/Y coordinates to the given PixelType
| Name | SetPixel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h |
| Include Path | #include "Image/ImageBuilder.h" |
void SetPixel
(
int32 X,
int32 Y,
const PixelType & NewValue
)