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