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

Method IPLProcessPropertyColor

IPL/src/IPLProcessProperty.cpp:525–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523
524
525IPLProcessPropertyColor::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
531void IPLProcessPropertyColor::setValue(const IPLColor &value)
532{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected