template<>
Corrade::Utility::TweakableParser<Magnum::Math::Color3<Magnum::Float>> struct

Tweakable literal parser.

Parses the Magnum::Math::Literals::ColorLiterals::operator""_rgbf and Magnum::Math::Literals::ColorLiterals::operator""_srgbf literals.

Public static functions

static auto parse(Containers::StringView value) -> Containers::Pair<TweakableState, Magnum::Math::Color3<Magnum::Float>>
Parse the value.