Enum imgui_sys::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 ImGuiColpub fn values() -> &'static [ImGuiCol][src]
pub fn values() -> &'static [ImGuiCol]Trait Implementations
impl Copy for ImGuiCol[src]
impl Copy for ImGuiColimpl 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[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ImGuiCol[src]
impl PartialEq for ImGuiColfn eq(&self, other: &ImGuiCol) -> bool[src]
fn eq(&self, other: &ImGuiCol) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ImGuiCol[src]
impl Eq for ImGuiCol