FPixelOperations

Windows
MacOS
Linux

References

Module

ScreenShotComparisonTools

Header

/Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h

Include

#include "ImageComparer.h"

Syntax

class FPixelOperations

Functions

Name Description

Public function Static

float

 

GetHue

(
    const FColor& Color
)

Public function Static

double

 

GetLuminance

(
    const FColor& Color
)

Public function Static

bool

 

IsAntialiased

(
    const FColor& SourcePixel,
    FComparableImage* Image,
    int32 X,
    int32 Y,
    const FImageTolerance& Tolerance
)

Public function Static

bool

 

IsBrightnessSimilar

(
    const FColor& ColorA,
    const FColor& ColorB,
    const FImageTolerance& Tolerance
)

Public function Static

bool

 

IsContrasting

(
    const FColor& ColorA,
    const FColor& ColorB,
    const FImageTolerance& Tolerance
)

Public function Static

bool

 

IsRGBSame

(
    const FColor& ColorA,
    const FColor& ColorB
)

Public function Static

bool

 

IsRGBSimilar

(
    const FColor& ColorA,
    const FColor& ColorB,
    const FImageTolerance& Tolerance
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss