Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Compositing/OpenColorIO/Source/OpenColorIO/Public/OpenColorIOColorSpace.h |
Include |
#include "OpenColorIOColorSpace.h" |
USTRUCT(BlueprintType)
struct FOpenColorIOColorSpace
Structure to identify a ColorSpace as described in an OCIO configuration file. Members are populated by data coming from a config file.
Name | Description | ||
---|---|---|---|
|
ColorSpaceIndex |
The index of the ColorSpace in the config |
|
|
ColorSpaceName |
The ColorSpace name. |
|
|
FamilyName |
The family of this ColorSpace as specified in the configuration file. |
Name | Description | |
---|---|---|
|
FOpenColorIOColorSpace() |
Default constructor. |
|
FOpenColorIOColorSpace |
Create and initialize a new instance. |
Name | Description | ||
---|---|---|---|
|
GetFamilyNameAtDepth ( |
Return the family name at the desired depth level |
|
|
IsValid() |
Return true if the index and name have been set properly |
|
|
Reset() |
Reset members to default/empty values. |
|
|
ToString() |
Get the string representation of this color space. |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |
Name |
Description |
---|---|
FamilyDelimiter |
Delimiter used in the OpenColorIO library to make family hierarchies |