template<>
Corrade::Utility::TweakableParser<Magnum::Math::Color4<Magnum::UnsignedByte>> struct

Tweakable literal parser.

Parses the Magnum::Math::Literals::ColorLiterals::operator""_rgba and Magnum::Math::Literals::ColorLiterals::operator""_srgba literals.

Public static functions

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