Enum ESlateColorStylingMode
Enumerates types of color values that can be held by Slate color.
Namespace: UE4.SlateCore
Assembly: UE4DotNet.dll
Syntax
public enum ESlateColorStylingMode
Remarks
Should we use the specified color? If not, then which color from the style should we use.
Fields
| Name | Description |
|---|---|
| UseColor_Foreground | |
| UseColor_Foreground_Subdued | |
| UseColor_MAX | |
| UseColor_Specified | |
| UseColor_Specified_Link |