Struct libosu::Color[][src]

pub struct Color { /* fields omitted */ }

Represents an RGB color.

Trait Implementations

impl Debug for Color
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Color

impl Sync for Color