TImageBuilder::SetPixel

Set the Pixel at the given X/Y coordinates to the given PixelType

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Image/ImageBuilder.h

Include

#include "Image/ImageBuilder.h"

Syntax

void SetPixel
(
    int32 X,
    int32 Y,
    const PixelType & NewValue
)

Remarks

Set the Pixel at the given X/Y coordinates to the given PixelType