MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / SetColor

Method SetColor

src/Base/Parameter.cpp:1262–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262void ParameterGrp::SetColor(const char* Name, Base::Color lValue)
1263{
1264 SetUnsigned(Name, lValue.getPackedValue());
1265}
1266
1267std::vector<Base::Color> ParameterGrp::GetColors(const char* sFilter) const
1268{

Callers 6

ConvertToStandaloneMethod · 0.80
saveShapeMethod · 0.80
reallocateFreeShapeMethod · 0.80
setupObjectMethod · 0.80
exportObjectMethod · 0.80
processSubShapesMethod · 0.80

Calls 1

getPackedValueMethod · 0.80

Tested by

no test coverage detected