MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_label()

void MayaFlux::Kakshya::Region::set_label ( const std::string &  label)
inline

Set the label attribute.

Parameters
labelThe label string.

Definition at line 364 of file Region.hpp.

365 {
366 set_attribute("label", label);
367 }
void set_attribute(const std::string &key, std::any value)
Set an attribute value by key.
Definition Region.hpp:345