Struct allegro_sys::color::ALLEGRO_COLOR [] [src]

#[repr(C)]
pub struct ALLEGRO_COLOR { pub r: f32, pub g: f32, pub b: f32, pub a: f32, }

Fields

Trait Implementations

impl Copy for ALLEGRO_COLOR
[src]

impl Clone for ALLEGRO_COLOR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more