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