You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new methods to create draw lists with fixed pointer (getWindowDrawListNew(), getBackgroundDrawListNew(), getForegroundDrawListNew()). Read javadoc to get more info
Improve color API. Methods which are work with colors are now can take 4 float, 4 int or 1 int number. For RGBA color packed in 4 or 1 value appropriately.
Add ImColor helper to create a ABGR packed int value used by Dear ImGui
Implement Clonable interface for all primitive wrappers