Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SColorPicker
Eye dropper button creation args
| Name | FEyeDropperButtonArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorPicker.h |
| Include Path | #include "Widgets/Colors/SColorPicker.h" |
Syntax
struct FEyeDropperButtonArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayGamma | TAttribute< float > | Sets the display Gamma setting - used to correct colors sampled from the screen | Widgets/Colors/SColorPicker.h | |
| OnBegin | FSimpleDelegate | Invoked when the dropper goes from inactive to active | Widgets/Colors/SColorPicker.h | |
| OnComplete | TDelegate< void(bool)> | Invoked when the dropper goes from active to inactive | Widgets/Colors/SColorPicker.h | |
| OnValueChanged | TDelegate< void(FLinearColor)> | Invoked when a new value is selected by the dropper | Widgets/Colors/SColorPicker.h |