22constexpr ImVec4
operator*(
const float& lhs,
const ImVec4& rhs)
34constexpr ImVec4
operator*(
const ImVec4& lhs,
const float& rhs)
46constexpr ImVec4
operator/(
const ImVec4& lhs,
const float& rhs)
constexpr ImVec4 operator*(const float &lhs, const ImVec4 &rhs)
Scalar multiplication operator.
Definition ImGui.hpp:22
constexpr ImVec4 operator/(const ImVec4 &lhs, const float &rhs)
Scalar multiplication operator.
Definition ImGui.hpp:46