SetPixel

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

void

 

SetPixel

(
    const FVector2i& ImageCoords,
    const PixelType& NewValue
)

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

Public function

void

 

SetPixel

(
    int64 LinearIndex,
    const PixelType& NewValue
)

Set the Pixel at the given linear index to the given PixelType

Public function

void

 

SetPixel

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

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