Enum afi_docf::FontColor [] [src]

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

Text color

Variants

Black on light background, or white on dark background

RGBA 32 bits

RGBA Floating Point

Trait Implementations

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

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