Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/ColorManagement/Public/ColorSpace.h |
Include |
#include "ColorSpace.h" |
class FColorSpace
Color space definition as 4 chromaticity coordinates, in double precision internally.
Name | Description | |
---|---|---|
|
FColorSpace() |
Constructor |
|
FColorSpace ( |
Constructor |
|
FColorSpace ( |
|
|
FColorSpace ( |
|
|
FColorSpace |
Constructor |
Name | Description | ||
---|---|---|---|
|
Equals ( |
Check against another colorspace for equality, within specified error limits. |
|
|
GetBlueChromaticity() |
Gets the color space's blue chromaticity coordinates. |
|
|
FCoordinate2... |
GetBlueChromaticityCoordinate() |
Gets the color space's blue chromaticity coordinates. |
|
GetChromaticities |
Getter for the color space chromaticity coordinates as FVector2D. |
|
|
GetGreenChromaticity() |
Gets the color space's green chromaticity coordinates. |
|
|
FCoordinate2... |
GetGreenChromaticityCoordinate() |
Gets the color space's green chromaticity coordinates. |
|
GetRedChromaticity() |
Gets the color space's red chromaticity coordinates. |
|
|
FCoordinate2... |
GetRedChromaticityCoordinate() |
Gets the color space's red chromaticity coordinates. |
|
const FMatri... |
GetRgbToXYZ() |
Gets the RGB-to-XYZ conversion matrix. |
|
GetWhiteChromaticity() |
Gets the color space's white point chromaticity coordinates. |
|
|
FCoordinate2... |
GetWhiteChromaticityCoordinate() |
Gets the color space's white point chromaticity coordinates. |
|
const FColor... |
GetWorking() |
Get the global engine working color space (as a singleton). |
|
const FMatri... |
GetXYZToRgb() |
Gets the XYZ-to-RGB conversion matrix. |
|
IsSRGB() |
Convenience function to verify if the color space matches the engine's default sRGB chromaticities. |
|
|
Serialize ( |
||
|
SetWorking ( |
Set the global engine working color space (as a singleton). |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
Check against another colorspace for inequality. |
|
|
FColorSpace ... |
operator= ( |
|
|
FColorSpace ... |
operator= ( |
|
|
operator== ( |
Check against another vector for equality. |