Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the description of the ColorSpace (XML node
| Name | FDMXGDTFColorSpace |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h |
| Include Path | #include "GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h" |
Syntax
class FDMXGDTFColorSpace : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFColorSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFColorSpace
(
const TSharedRef< FDMXGDTFPhysicalDescriptions >& InPhysicalDescriptions |
GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Blue | FDMXGDTFColorCIE1931xyY | (Optional) CIE xyY of the Blue Primary; this is used only if the ColorSpace is "Custom". | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
| Green | FDMXGDTFColorCIE1931xyY | (Optional) CIE xyY of the Green Primary; this is used only if the ColorSpace is "Custom". | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
| Mode | EDMXGDTFColorSpaceMode | Definition of the Color Space that used for the indirect color mixing. | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
| Name | FName | Unique Name of the Color Space. | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
| OuterPhysicalDescriptions | const TWeakPtr< FDMXGDTFPhysicalDescriptions > | The outer physcial descriptions | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
| Red | FDMXGDTFColorCIE1931xyY | (Optional) CIE xyY of the Red Primary; this is used only if the ColorSpace is "Custom". | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
| WhitePoint | FDMXGDTFColorCIE1931xyY | (Optional) CIE xyY of the White Point; this is used only if the ColorSpace is "Custom". | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h |
Functions
Public
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/PhysicalDescriptions/DMXGDTFColorSpace.h |