Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
Copyright Epic Games, Inc. All Rights Reserved.
| Name | ETextureHistogramStyle |
| Type | enum |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphEditor/Public/STextureHistogram.h |
| Include Path | #include "STextureHistogram.h" |
Syntax
enum ETextureHistogramStyle
{
Bar = 0,
Curve,
}
Values
| Name | Remarks |
|---|---|
| Bar | Draw the histogram in descrete bar shape |
| Curve | Draw the histogram in continous line curve shader |