Navigation
API > API/Plugins > API/Plugins/GeometryScriptingEditor
| Name | EGeometryScriptReadGammaSpace |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryScript/EditorTextureMapFunctions.h |
| Include Path | #include "GeometryScript/EditorTextureMapFunctions.h" |
Syntax
enum EGeometryScriptReadGammaSpace
{
FromTextureSettings = 0,
Linear = 1,
SRGB = 2,
}
Values
| Name | Remarks |
|---|---|
| FromTextureSettings | Read color data from Texture directly, without any conversion |
| Linear | Read linear color data from Texture, converting if needed |
| SRGB | Read sRGB color data from Texture, converting if needed |