Enum imgui_sys::ImGuiCol [] [src]

#[repr(C)]
pub enum ImGuiCol { Text, TextDisabled, WindowBg, ChildWindowBg, PopupBg, Border, BorderShadow, FrameBg, FrameBgHovered, FrameBgActive, TitleBg, TitleBgCollapsed, TitleBgActive, MenuBarBg, ScrollbarBg, ScrollbarGrab, ScrollbarGrabHovered, ScrollbarGrabActive, ComboBg, CheckMark, SliderGrab, SliderGrabActive, Button, ButtonHovered, ButtonActive, Header, HeaderHovered, HeaderActive, Column, ColumnHovered, ColumnActive, ResizeGrip, ResizeGripHovered, ResizeGripActive, CloseButton, CloseButtonHovered, CloseButtonActive, PlotLines, PlotLinesHovered, PlotHistogram, PlotHistogramHovered, TextSelectedBg, ModalWindowDarkening, }

A color identifier for styling

Variants

Trait Implementations

impl Copy for ImGuiCol
[src]

impl Clone for ImGuiCol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImGuiCol
[src]

Formats the value using the given formatter.

impl PartialEq for ImGuiCol
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ImGuiCol
[src]