MayaFlux 0.1.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 358 of file Region.hpp.

359 {
360 set_attribute("label", label);
361 }
void set_attribute(const std::string &key, std::any value)
Set an attribute value by key.
Definition Region.hpp:339