Navigation
API > API/Runtime > API/Runtime/AppFramework
Enumerates color channels (do not reorder).
| Name | EColorPickerChannels |
| Type | enum |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorPicker.h |
| Include Path | #include "Widgets/Colors/SColorPicker.h" |
Syntax
enum EColorPickerChannels
{
Red,
Green,
Blue,
Alpha,
Hue,
Saturation,
Value,
}
Values
| Name | Remarks |
|---|---|
| Red | |
| Green | |
| Blue | |
| Alpha | |
| Hue | |
| Saturation | |
| Value |