yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::anonymous_namespace{style.cc} Namespace Reference

Functions

Color ParseColor (const std::string &color)
 
absl::Status ParseThemeContents (const std::string &key, const std::string &value, Theme &theme)
 

Function Documentation

◆ ParseColor()

Color yaze::gui::anonymous_namespace{style.cc}::ParseColor ( const std::string & color)

Definition at line 12 of file style.cc.

References yaze::gui::Color::blue, yaze::gui::Color::green, ParseColor(), and yaze::gui::Color::red.

Referenced by ParseColor(), and ParseThemeContents().

Here is the call graph for this function:

◆ ParseThemeContents()

absl::Status yaze::gui::anonymous_namespace{style.cc}::ParseThemeContents ( const std::string & key,
const std::string & value,
Theme & theme )