Struct las::point::Color [] [src]

pub struct Color {
    pub red: u16,
    pub green: u16,
    pub blue: u16,
}

The color associated with a point.

Fields

The red image channel associated with this point.

The green image channel associated with this point.

The blue image channel associated with this point.

Trait Implementations

impl Default for Color
[src]

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

impl Debug for Color
[src]

Formats the value using the given formatter.

impl Copy for Color
[src]

impl Clone for Color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more