added new method

This commit is contained in:
2025-06-23 06:14:06 +03:00
parent a54a537239
commit 7e4a6134bf

View File

@@ -166,5 +166,12 @@ namespace omath
{ {
return {0.f, 0.f, 1.f, 1.f}; return {0.f, 0.f, 1.f, 1.f};
} }
#ifdef OMATH_IMGUI_INTEGRATION
[[nodiscard]]
ImColor to_im_color() const noexcept
{
return {to_im_vec4()};
}
#endif
}; };
} // namespace omath } // namespace omath