Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
ImGui::ImVec4
Inherits
ImGui::StructType
<
Struct
<
Value
<
Object
Constructors
new
(_x :
Float32
, _y :
Float32
, _z :
Float32
, _w :
Float32
) :
ImVec4
Source
new
(x :
Number
, y :
Number
, z :
Number
, w :
Number
)
Source
new
Source
Instance methods
to_unsafe
Source
w
Source
w=
(w :
Float32
)
Source
x
Source
x=
(x :
Float32
)
Source
y
Source
y=
(y :
Float32
)
Source
z
Source
z=
(z :
Float32
)
Source