Project.delete_color_group# Project.delete_color_group(color_group: ColorGroup) → bool[source]# Deletes the given color group and sets clips to ungrouped. Parameters: color_group (ColorGroup) – color group object to delete Returns: Return True if successful, otherwise False. Return type: bool