Struct colortemp::RGB [] [src]

pub struct RGB {
    pub r: f64,
    pub g: f64,
    pub b: f64,
}

A simple container format to describe an RGB value

Fields

Trait Implementations

impl Debug for RGB
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RGB
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.