MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ToColor

Function ToColor

Source/Engine/Tools/ModelTool/ModelTool.Assimp.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Color ToColor(const aiColor3D& v)
75{
76 return Color(v.r, v.g, v.b, 1.0f);
77}
78
79Color ToColor(const aiColor4D& v)
80{

Callers 1

ImportMaterialsFunction · 0.70

Calls 1

ColorFunction · 0.50

Tested by

no test coverage detected