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 a Deref
/DerefMut
target and provide field access.