MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / addProcessPropertyColor

Method addProcessPropertyColor

IPL/src/IPLProcess.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void IPLProcess::addProcessPropertyColor(const char *name, const char *title, const char *description, const IPLColor &value, IPLProcessWidgetType widget)
168{
169 _properties[name].reset(new IPLProcessPropertyColor(this, (int)_properties.size(), name, title, description, value, widget));
170}
171
172void IPLProcess::addProcessPropertyPoint(const char *name, const char *title, const char *description, const IPLPoint &value, IPLProcessWidgetType widget)
173{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected