mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
fix typo in color documentation
In 4f1cde06, `ImColor` was renamed to `ImColor32`. The documentation in color.rs appears to be wrong, so we fix it.
This commit is contained in:
parent
49702e0a68
commit
210ca57ecb
@ -5,7 +5,7 @@
|
|||||||
/// bytes). For clarity: we don't support an equivalent to the
|
/// bytes). For clarity: we don't support an equivalent to the
|
||||||
/// `IMGUI_USE_BGRA_PACKED_COLOR` define.
|
/// `IMGUI_USE_BGRA_PACKED_COLOR` define.
|
||||||
///
|
///
|
||||||
/// This used to be named `ImColor32`, but was renamed to avoid confusion with
|
/// This used to be named `ImColor`, but was renamed to avoid confusion with
|
||||||
/// the type with that name in the C++ API (which uses 32 bits per channel).
|
/// the type with that name in the C++ API (which uses 32 bits per channel).
|
||||||
///
|
///
|
||||||
/// While it doesn't provide methods to access the fields, they can be accessed
|
/// While it doesn't provide methods to access the fields, they can be accessed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user