Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
Color ToColor(const aiColor3D& v)
75
{
76
return Color(v.r, v.g, v.b, 1.0f);
77
}
78
79
Color ToColor(const aiColor4D& v)
80
{
Callers
1
ImportMaterials
Function · 0.70
Calls
1
Color
Function · 0.50
Tested by
no test coverage detected