Struct launchpad::ColorRow [] [src]

pub struct ColorRow {
    pub color: Color,
    pub row: u8,
}

A single row (0...8)

Fields

Trait Implementations

impl Debug for ColorRow
[src]

Formats the value using the given formatter.