Struct aflak_imgui::ColorEdit[][src]

#[must_use]
pub struct ColorEdit<'ui, 'p> { /* fields omitted */ }

Builder for a color editor widget.

Methods

impl<'ui, 'p> ColorEdit<'ui, 'p>
[src]

Constructs a new color editor builder.

Replaces all current settings with the given flags.

Enables/disables the use of the alpha component.

Enables/disables the picker that appears when clicking on colored square.

Enables/disables toggling of the options menu when right-clicking on inputs or the small preview.

Enables/disables the colored square preview next to the inputs.

Enables/disables the input sliders/text widgets.

Enables/disables the tooltip that appears when hovering the preview.

Enables/disables display of the inline text label (the label is in any case forwarded to the tooltip and picker).

Enables/disables the vertical alpha bar/gradient in the color picker.

Sets the preview style.

(WIP) Currently only disables 0.0..1.0 limits in RGBA edition.

Note: you probably want to use ColorFormat::Float as well.

Sets the color editor mode.

Sets the formatting style of color components.

Builds the color editor.

Auto Trait Implementations

impl<'ui, 'p> !Send for ColorEdit<'ui, 'p>

impl<'ui, 'p> !Sync for ColorEdit<'ui, 'p>