Structsยง
- Wraps u32 that represents a packed RGBA color. Mostly used by types in the low level custom drawing API, such as
DrawListMut. - A struct that exists to allow field access to
ImColor32. It essentially exists to be aDeref/DerefMuttarget and provide field access.