#[repr(C)]pub enum ImGuiCol {
Show 44 variants
Text = 0,
TextDisabled = 1,
WindowBg = 2,
ChildBg = 3,
PopupBg = 4,
Border = 5,
BorderShadow = 6,
FrameBg = 7,
FrameBgHovered = 8,
FrameBgActive = 9,
TitleBg = 10,
TitleBgActive = 11,
TitleBgCollapsed = 12,
MenuBarBg = 13,
ScrollbarBg = 14,
ScrollbarGrab = 15,
ScrollbarGrabHovered = 16,
ScrollbarGrabActive = 17,
CheckMark = 18,
SliderGrab = 19,
SliderGrabActive = 20,
Button = 21,
ButtonHovered = 22,
ButtonActive = 23,
Header = 24,
HeaderHovered = 25,
HeaderActive = 26,
Separator = 27,
SeparatorHovered = 28,
SeparatorActive = 29,
ResizeGrip = 30,
ResizeGripHovered = 31,
ResizeGripActive = 32,
PlotLines = 33,
PlotLinesHovered = 34,
PlotHistogram = 35,
PlotHistogramHovered = 36,
TextSelectedBg = 37,
DragDropTarget = 38,
NavHighlight = 39,
NavWindowingHighlight = 40,
NavWindowingDimBg = 41,
ModalWindowDimBg = 42,
COUNT = 43,
}
Variants§
Text = 0
TextDisabled = 1
WindowBg = 2
ChildBg = 3
PopupBg = 4
Border = 5
BorderShadow = 6
FrameBg = 7
FrameBgHovered = 8
FrameBgActive = 9
TitleBg = 10
TitleBgActive = 11
TitleBgCollapsed = 12
MenuBarBg = 13
ScrollbarBg = 14
ScrollbarGrab = 15
ScrollbarGrabHovered = 16
ScrollbarGrabActive = 17
CheckMark = 18
SliderGrab = 19
SliderGrabActive = 20
Button = 21
ButtonHovered = 22
ButtonActive = 23
Header = 24
HeaderHovered = 25
HeaderActive = 26
Separator = 27
SeparatorHovered = 28
SeparatorActive = 29
ResizeGrip = 30
ResizeGripHovered = 31
ResizeGripActive = 32
PlotLines = 33
PlotLinesHovered = 34
PlotHistogram = 35
PlotHistogramHovered = 36
TextSelectedBg = 37
DragDropTarget = 38
ModalWindowDimBg = 42
COUNT = 43
Trait Implementations§
impl Copy for ImGuiCol
impl Eq for ImGuiCol
impl StructuralPartialEq for ImGuiCol
Auto Trait Implementations§
impl Freeze for ImGuiCol
impl RefUnwindSafe for ImGuiCol
impl Send for ImGuiCol
impl Sync for ImGuiCol
impl Unpin for ImGuiCol
impl UnwindSafe for ImGuiCol
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more