Enum imgui::ColorFormat[][src]

pub enum ColorFormat {
    U8,
    Float,
}

Color component formatting.

Variants

Display values formatted as 0..255.

Display values formatted as 0.0..1.0.

Trait Implementations

impl Copy for ColorFormat
[src]

impl Clone for ColorFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ColorFormat
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ColorFormat
[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 ColorFormat
[src]

Auto Trait Implementations

impl Send for ColorFormat

impl Sync for ColorFormat