Enum imgui::ImGuiCol [−][src]
#[repr(C)]pub enum ImGuiCol { Text, TextDisabled, WindowBg, ChildBg, PopupBg, Border, BorderShadow, FrameBg, FrameBgHovered, FrameBgActive, TitleBg, TitleBgActive, TitleBgCollapsed, MenuBarBg, ScrollbarBg, ScrollbarGrab, ScrollbarGrabHovered, ScrollbarGrabActive, CheckMark, SliderGrab, SliderGrabActive, Button, ButtonHovered, ButtonActive, Header, HeaderHovered, HeaderActive, Separator, SeparatorHovered, SeparatorActive, ResizeGrip, ResizeGripHovered, ResizeGripActive, CloseButton, CloseButtonHovered, CloseButtonActive, PlotLines, PlotLinesHovered, PlotHistogram, PlotHistogramHovered, TextSelectedBg, ModalWindowDarkening, DragDropTarget, }
A color identifier for styling
Variants
TextTextDisabledWindowBgChildBgPopupBgBorderBorderShadowFrameBgFrameBgHoveredFrameBgActiveTitleBgTitleBgActiveTitleBgCollapsedMenuBarBgScrollbarBgScrollbarGrabScrollbarGrabHoveredScrollbarGrabActiveCheckMarkSliderGrabSliderGrabActiveButtonButtonHoveredButtonActiveHeaderHeaderHoveredHeaderActiveSeparatorSeparatorHoveredSeparatorActiveResizeGripResizeGripHoveredResizeGripActiveCloseButtonCloseButtonHoveredCloseButtonActivePlotLinesPlotLinesHoveredPlotHistogramPlotHistogramHoveredTextSelectedBgModalWindowDarkeningDragDropTarget
Methods
impl ImGuiCol[src]
impl ImGuiColTrait Implementations
impl Clone for ImGuiCol[src]
impl Clone for ImGuiColfn clone(&self) -> ImGuiCol[src]
fn clone(&self) -> ImGuiColReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ImGuiCol[src]
impl Debug for ImGuiColfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for ImGuiCol[src]
impl Copy for ImGuiColimpl Eq for ImGuiCol[src]
impl Eq for ImGuiColimpl PartialEq<ImGuiCol> for ImGuiCol[src]
impl PartialEq<ImGuiCol> for ImGuiCol