struct EE::UI::ContrastPreferences

#include <colorschemepreferences.hpp>

struct ContrastPreferences {
    // methods

    static ContrastPreference fromString(std::string_view str);
    static ContrastExtPreference fromStringExt(std::string_view str);
    static ContrastPreference fromExt(ContrastExtPreference pref);
    static ContrastExtPreference toExt(ContrastPreference pref);
    static std::string toString(ContrastPreference pref);
    static std::string toString(ContrastExtPreference pref);
};