Navigation
API > API/Developer > API/Developer/TraceInsights
Description
Perceptually uniform, colorblind-friendly color maps for spatial visualization. Maps a scalar T in [0,1] to FLinearColor via piecewise-linear interpolation. Viridis: purple -> teal -> yellow. Inferno: black -> purple -> orange -> yellow.
| Name | UE::Insights::ColorMapViridis |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/ColorMapUtils.h |
| Include Path | #include "Insights/Common/ColorMapUtils.h" |
namespace UE
{
namespace Insights
{
FLinearColor UE::Insights::ColorMapViridis
(
float T
)
}
}