Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- FColorWheelColorBase
- FColorGradingWheelColor
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFunctionLibrary.h |
| Include | #include "RemoteControlFunctionLibrary.h" |
Syntax
USTRUCT&40;Blueprintable&41;
struct FColorGradingWheelColor : public FColorWheelColorBase
Remarks
A color value as represented by a position on a color grading wheel.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | Luminance | The color's luminance component, which is separate from the HSV color itself. |