Package imgui
Class ImVec4
java.lang.Object
imgui.ImVec4
- All Implemented Interfaces:
Cloneable
4D vector (often used to store floating-point colors).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public float x -
y
public float y -
z
public float z -
w
public float w
-
-
Constructor Details
-
ImVec4
public ImVec4() -
ImVec4
public ImVec4(float x, float y, float z, float w) -
ImVec4
-
-
Method Details