| BlueChromaticityCoordinate |
FVector2D |
Blue chromaticity coordinate of the source color space. |
Engine/Texture.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ColorManagement
- Meta=(EditCondition="ColorSpace == ETextureColorSpace::TCS_Custom")
|
| ChromaticAdaptationMethod |
ETextureChromaticAdaptationMethod |
Chromatic adaption method applied if the source white point differs from the working color space white point. |
Engine/Texture.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ColorManagement
|
| ColorSpace |
ETextureColorSpace |
Source color space of the texture. |
Engine/Texture.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ColorManagement
|
| EncodingOverride |
ETextureSourceEncoding |
Source encoding of the texture, exposing more options than just sRGB. |
Engine/Texture.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ColorManagement
|
| GreenChromaticityCoordinate |
FVector2D |
Green chromaticity coordinate of the source color space. |
Engine/Texture.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ColorManagement
- Meta=(EditCondition="ColorSpace == ETextureColorSpace::TCS_Custom")
|
| RedChromaticityCoordinate |
FVector2D |
Red chromaticity coordinate of the source color space. |
Engine/Texture.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ColorManagement
- Meta=(EditCondition="ColorSpace == ETextureColorSpace::TCS_Custom")
|
| WhiteChromaticityCoordinate |
FVector2D |
White chromaticity coordinate of the source color space. |
Engine/Texture.h |
- EditAnywhere
- BlueprintReadWrite
- Category=ColorManagement
- Meta=(EditCondition="ColorSpace == ETextureColorSpace::TCS_Custom")
|