Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets
Color components that can be controlled by a color grading widget.
| Name | UE::ColorGrading::EColorGradingComponent |
| Type | enum |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Framework/ColorGrading/ColorGradingCommon.h |
| Include Path | #include "Framework/ColorGrading/ColorGradingCommon.h" |
Syntax
namespace UE
{
namespace ColorGrading
{
enum EColorGradingComponent
{
Red,
Green,
Blue,
Hue,
Saturation,
Value,
Luminance,
}
}
}
Values
| Name | Remarks |
|---|---|
| Red | |
| Green | |
| Blue | |
| Hue | |
| Saturation | |
| Value | |
| Luminance |