Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h |
Include |
#include "Styling/SlateBrush.h" |
namespace ESlateBrushImageType
{
enum Type
{
NoImage,
FullColor,
Linear,
Vector,
}
}
Name |
Description |
---|---|
NoImage |
No image is loaded. Color only brushes, transparent brushes etc. |
FullColor |
The image to be loaded is in full color. |
Linear |
The image is a special texture in linear space (usually a rendering resource such as a lookup table). |
Vector |
The image is vector graphics and will be rendered and cached in full color using size/scale requested by slate |
Enumerates brush image types.