Navigation
Unreal Engine C++ API Reference > Developer > ScreenShotComparisonTools
References
Module | ScreenShotComparisonTools |
Header | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
Include | #include "ImageComparer.h" |
Syntax
class FPixelOperations
Functions
Type | Name | Description |
---|---|---|
float | GetHue ( const FColor& Color ) | |
double | GetLuminance ( const FColor& Color ) | |
bool | IsAntialiased ( const FColor& SourcePixel, const FComparableImage* Image, int32 X, int32 Y, const FImageTolerance& Tolerance ) | |
bool | IsBrightnessSimilar ( const FColor& ColorA, const FColor& ColorB, const FImageTolerance& Tolerance ) | |
bool | IsContrasting ( const FColor& ColorA, const FColor& ColorB, const FImageTolerance& Tolerance ) | |
bool | IsRGBSame ( const FColor& ColorA, const FColor& ColorB ) | |
bool | IsRGBSimilar ( const FColor& ColorA, const FColor& ColorB, const FImageTolerance& Tolerance ) |