[−][src]Enum imgui::StyleColor
A color identifier for styling
Variants
Background of normal windows
Background of child windows
Background of popups, menus, tooltips windows
Background of checkbox, radio button, plot, slider, text input
Gamepad/keyboard: current highlighted item
Highlight window when using CTRL+TAB
Darken/colorize entire screen behind the CTRL+TAB window list, when active
Darken/colorize entire screen behind a modal window, when one is active
Implementations
impl StyleColor[src]
pub const VARIANTS: [StyleColor; 48][src]
All possible StyleColor variants
pub const COUNT: usize[src]
Total count of StyleColor variants
Trait Implementations
impl Clone for StyleColor[src]
fn clone(&self) -> StyleColor[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for StyleColor[src]
impl Debug for StyleColor[src]
impl Eq for StyleColor[src]
impl Hash for StyleColor[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Index<StyleColor> for Style[src]
type Output = [f32; 4]
The returned type after indexing.
fn index(&self, index: StyleColor) -> &[f32; 4][src]
impl IndexMut<StyleColor> for Style[src]
impl PartialEq<StyleColor> for StyleColor[src]
impl StructuralEq for StyleColor[src]
impl StructuralPartialEq for StyleColor[src]
Auto Trait Implementations
impl RefUnwindSafe for StyleColor
impl Send for StyleColor
impl Sync for StyleColor
impl Unpin for StyleColor
impl UnwindSafe for StyleColor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,