ImGui Helper.  
More...
Go to the source code of this file.
 | 
| constexpr ImVec4  | operator* (const float &lhs, const ImVec4 &rhs) | 
|   | Scalar multiplication operator.  
  | 
| constexpr ImVec4  | operator* (const ImVec4 &lhs, const float &rhs) | 
|   | Scalar multiplication operator.  
  | 
| constexpr ImVec4  | operator/ (const ImVec4 &lhs, const float &rhs) | 
|   | Scalar multiplication operator.  
  | 
◆ operator*() [1/2]
  
  
      
        
          | ImVec4 operator*  | 
          ( | 
          const float & |           lhs,  | 
         
        
           | 
           | 
          const ImVec4 & |           rhs ) | 
         
       
   | 
  
constexpr   | 
  
 
Scalar multiplication operator. 
- Parameters
 - 
  
    | lhs | Left-hand side  | 
    | rhs | Right-hand side  | 
  
   
- Returns
 - Computation result 
 
Definition at line 22 of file ImGui.hpp.
 
 
◆ operator*() [2/2]
  
  
      
        
          | ImVec4 operator*  | 
          ( | 
          const ImVec4 & |           lhs,  | 
         
        
           | 
           | 
          const float & |           rhs ) | 
         
       
   | 
  
constexpr   | 
  
 
Scalar multiplication operator. 
- Parameters
 - 
  
    | lhs | Left-hand side  | 
    | rhs | Right-hand side  | 
  
   
- Returns
 - Computation result 
 
Definition at line 34 of file ImGui.hpp.
 
 
◆ operator/()
  
  
      
        
          | ImVec4 operator/  | 
          ( | 
          const ImVec4 & |           lhs,  | 
         
        
           | 
           | 
          const float & |           rhs ) | 
         
       
   | 
  
constexpr   | 
  
 
Scalar multiplication operator. 
- Parameters
 - 
  
    | lhs | Left-hand side  | 
    | rhs | Right-hand side  | 
  
   
- Returns
 - Computation result 
 
Definition at line 46 of file ImGui.hpp.