Enum aflak_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

Methods

impl ImGuiCol
[src]

Deprecated since 0.0.19

: ComboBg has been merged with PopupBg. Please use PopupBg instead

ComboBg: ImGuiCol = ImGuiCol::PopupBg

Deprecated since 0.0.19

: please use ChildBg instead

ChildWindowBg: ImGuiCol = ImGuiCol::ChildBg

Important traits for &'a [u8]

Trait Implementations

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. Read more

impl Copy for ImGuiCol
[src]

impl Eq for ImGuiCol
[src]

impl PartialEq<ImGuiCol> for ImGuiCol
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for ImGuiCol

impl Sync for ImGuiCol