pub fn create_label( store: &Store, name: &str, color: Option<String>, description: Option<String>, ) -> Result<LabelDef>
Create a label. If color is None, auto-pick the first unused palette color.
color
None