Struct swf_tree::tags::SetBackgroundColor [] [src]

pub struct SetBackgroundColor {
    pub color: SRgb8,
}

Fields

Color of the display background

Trait Implementations

impl Debug for SetBackgroundColor
[src]

Formats the value using the given formatter.

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