GetPixel

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

PixelType &

 

GetPixel

(
    const FVector2i& ImageCoords
)

Get the Pixel at the given X/Y coordinates

Public function

PixelType &

 

GetPixel

(
    int64 LinearIndex
)

Get the Pixel at the given linear index

Public function Const

const PixelT...

 

GetPixel

(
    const FVector2i& ImageCoords
)

Get the Pixel at the given X/Y coordinates

Public function Const

const PixelT...

 

GetPixel

(
    int64 LinearIndex
)

Get the Pixel at the given linear index

Public function

PixelType &

 

GetPixel

(
    int32 X,
    int32 Y
)

Get the Pixel at the given X/Y coordinates

Public function Const

const PixelT...

 

GetPixel

(
    int32 X,
    int32 Y
)

Get the Pixel at the given X/Y coordinates