Ylva And Malin
Public Member Functions | Data Fields
ImVec4 Struct Reference

#include <imgui.h>

Collaboration diagram for ImVec4:
Collaboration graph

Public Member Functions

 ImVec4 ()
 
 ImVec4 (float _x, float _y, float _z, float _w)
 
 ImVec4 (const sf::Color &c)
 
 operator sf::Color () const
 

Data Fields

float x
 
float y
 
float z
 
float w
 

Constructor & Destructor Documentation

ImVec4::ImVec4 ( )
inline
ImVec4::ImVec4 ( float  _x,
float  _y,
float  _z,
float  _w 
)
inline
ImVec4::ImVec4 ( const sf::Color &  c)
inline

Member Function Documentation

ImVec4::operator sf::Color ( ) const
inline

Field Documentation

float ImVec4::w
float ImVec4::x
float ImVec4::y
float ImVec4::z

The documentation for this struct was generated from the following file: