Navigation
API > API/Developer > API/Developer/GDKPlatformEditor
| Name | EGDKForegroundColor |
| Type | enum |
| Header File | /Engine/Source/Developer/Microsoft/GDKPlatformEditor/Public/GDKTargetSettings.h |
| Include Path | #include "GDKTargetSettings.h" |
Syntax
enum EGDKForegroundColor
{
Light,
Dark,
}
Values
| Name | Remarks |
|---|---|
| Light | Use light colored text to contrast against a dark background. |
| Dark | Use dark colored text to contrast against a light background. |