|
@@ -432,12 +432,12 @@ Optional<Color> Color::from_string(const StringView& string)
|
|
|
|
|
|
return Color(r.value(), g.value(), b.value(), a.value());
|
|
return Color(r.value(), g.value(), b.value(), a.value());
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
|
|
const LogStream& operator<<(const LogStream& stream, Color value)
|
|
const LogStream& operator<<(const LogStream& stream, Color value)
|
|
{
|
|
{
|
|
return stream << value.to_string();
|
|
return stream << value.to_string();
|
|
}
|
|
}
|
|
|
|
+}
|
|
|
|
|
|
bool IPC::encode(IPC::Encoder& encoder, const Color& color)
|
|
bool IPC::encode(IPC::Encoder& encoder, const Color& color)
|
|
{
|
|
{
|