Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorPicker.h |
Include | #include "Widgets/Colors/SColorPicker.h" |
Syntax
struct FColorChannels
Remarks
Struct for holding individual pointers to float values.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float * | Alpha | |
![]() |
float * | Blue | |
![]() |
float * | Green | |
![]() |
float * | Red |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |