Struct mlt_sys::mlt_color[][src]

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

A tuple of color components

Fields

< red

< green

< blue

< alpha

Trait Implementations

impl Debug for mlt_color
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_color
[src]

impl Clone for mlt_color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for mlt_color

impl Sync for mlt_color