| 523 | |
| 524 | |
| 525 | IPLProcessPropertyColor::IPLProcessPropertyColor(IPLProcess *process, int position, const char* name, const char* title, const char *description, const IPLColor &value, IPLProcessWidgetType widget): |
| 526 | IPLProcessProperty(position,name,title,description,process,widget), |
| 527 | _value(value), |
| 528 | _default(value) |
| 529 | {} |
| 530 | |
| 531 | void IPLProcessPropertyColor::setValue(const IPLColor &value) |
| 532 | { |
nothing calls this directly
no outgoing calls
no test coverage detected