Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FColorSpace |
Color space definition as 4 chromaticity coordinates, in double precision internally. |
|
FColorSpaceTransform |
|
|
FCoordinate2d |
At the time of writing, there is no double-precision 2D vector available hence this custom type. |
Name |
Description |
|
---|---|---|
|
UE::Color::EChromaticAdaptationMethod |
List of available chromatic adaptation methods. |
|
UE::Color::EColorSpace |
List of available color spaces. |
|
UE::Color::EEncoding |
List of available encodings/transfer functions. |
Name | Description | ||
---|---|---|---|
|
float |
UE::Color::DecodeArriAlexaV3LogC ( |
Decode value with an ARRI Alexa LogC encoding. |
|
float |
UE::Color::DecodeBT1886 ( |
Decode value with an ITU-R BT.1886 encoding. |
|
float |
UE::Color::DecodeCanonLog ( |
Decode value with a Canon Log encoding. |
|
float |
UE::Color::DecodeCineon ( |
Decode value with a Cineon encoding. |
|
float |
UE::Color::DecodeGamma22 ( |
Decode value with a Gamma 2.2 encoding. |
|
float |
UE::Color::DecodeGamma26 ( |
Decode value with a Gamma 2.6 encoding. |
|
float |
UE::Color::DecodeGoProProTune ( |
Decode value with a GoPro ProTune encoding. |
|
float |
UE::Color::DecodePanasonicVLog ( |
Decode value with a Panasonic V-Log encoding. |
|
float |
UE::Color::DecodeREDLog ( |
Decode value with a RED Log encoding. |
|
float |
UE::Color::DecodeREDLog3G10 ( |
Decode value with a RED Log3G10 encoding. |
|
float |
UE::Color::DecodeSLog1 ( |
Decode value with a Sony S-Log1 encoding. |
|
float |
UE::Color::DecodeSLog2 ( |
Decode value with a Sony S-Log2 encoding. |
|
float |
UE::Color::DecodeSLog3 ( |
Decode value with a Sony S-Log3 encoding. |
|
float |
UE::Color::DecodeSRGB ( |
Decode value with an sRGB encoding. |
|
float |
UE::Color::DecodeST2084 ( |
Decode value with a SMPTE ST 2084:2014 encoding. |
|
float |
UE::Color::EncodeArriAlexaV3LogC ( |
Encode value to ARRI Alexa LogC. |
|
float |
UE::Color::EncodeBT1886 ( |
Encode value to ITU-R BT.1886. |
|
float |
UE::Color::EncodeCanonLog ( |
Encode value to Canon Log. |
|
float |
UE::Color::EncodeCineon ( |
Encode value to Cineon. |
|
float |
UE::Color::EncodeGamma22 ( |
Encode value to Gamma 2.2. |
|
float |
UE::Color::EncodeGamma26 ( |
Encode value to Gamma 2.6. |
|
float |
UE::Color::EncodeGoProProTune ( |
Encode value to GoPro ProTune. |
|
float |
UE::Color::EncodePanasonicVLog ( |
Encode value to Panasonic V-Log. |
|
float |
UE::Color::EncodeREDLog ( |
Encode value to RED Log. |
|
float |
UE::Color::EncodeREDLog3G10 ( |
Encode value to RED Log3G10. |
|
float |
UE::Color::EncodeSLog1 ( |
Encode value to Sony S-Log1. |
|
float |
UE::Color::EncodeSLog2 ( |
Encode value to Sony S-Log2. |
|
float |
UE::Color::EncodeSLog3 ( |
Encode value to Sony S-Log3. |
|
float |
UE::Color::EncodeSRGB ( |
Encode value to sRGB. |
|
float |
UE::Color::EncodeST2084 ( |
Encode value to SMPTE ST 2084:2014. |
|
float |
UE::Color::Linear ( |
Name | Description | ||
---|---|---|---|
|
constexpr uint3... |
COLORSPACE_VER |
Increment upon breaking changes to the EColorSpace and EChromaticAdaptationMethod enums. |
|
constexpr uint3... |
ENCODING_TYPES_VER |
Increment upon breaking changes to the EEncoding enum. |
|
GetColorDecodeFunction |
Get the decode function that matches the encoding type. |
|
|
GetColorEncodeFunction |
Get the encode function that matches the encoding type. |