Struct urdf_rs::Color [] [src]

pub struct Color {
    pub rgba: [f64; 4],
}

Fields

Trait Implementations

impl Debug for Color
[src]

Formats the value using the given formatter.

impl Default for Color
[src]

Returns the "default value" for a type. Read more