omni::drawing::known_colors::try_parse
NAME

omni::drawing::known_colors::try_parse

A member function of omni::drawing::known_colors

#include <omni/drawing/known_colors.hpp>
static bool omni::drawing::known_colors::try_parse(const std::string& val, known_colors& out)

SYNOPSIS

Tries parsing a string value into its enum representation

top

DESCRIPTION

No description.

top