Enum awi::FontColor [] [src]

#[repr(u8)]
pub enum FontColor { Default, RgbaInt(u8u8u8u8), RgbaFloat(f32f32f32f32), }

Text color

Variants

Black on light background, or white on dark background

RGBA 32 bits

RGBA Floating Point

Trait Implementations

impl PartialEq<FontColor> for FontColor
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for FontColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FontColor
[src]