Navigation
Unreal Engine C++ API Reference > Developer > OpenColorIOWrapper
References
Module | OpenColorIOWrapper |
Header | /Engine/Source/Developer/OpenColorIOWrapper/Public/OpenColorIOWrapperDefines.h |
Include | #include "OpenColorIOWrapperDefines.h" |
Syntax
enum EOpenColorIOWorkingColorSpaceTransform
{
None = 0,
Source = 1,
Destination = 2,
}
Values
Name | Description |
---|---|
None | |
Source | |
Destination |
Remarks
Enum used to indicate whether the working color space should be used as a source or destination.