EOpenColorIOWorkingColorSpaceTransform

Enum used to indicate whether the working color space should be used as a source or destination.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library