Navigation
API > API/Runtime > API/Runtime/SlateCore
Enumerates color vision deficiency types.
| Name | EColorVisionDeficiency |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include Path | #include "Rendering/RenderingCommon.h" |
Syntax
enum EColorVisionDeficiency
{
NormalVision,
Deuteranope,
Protanope,
Tritanope,
}
Values
| Name | Remarks |
|---|---|
| NormalVision | |
| Deuteranope | |
| Protanope | |
| Tritanope |