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