Struct ilda::idtf::TrueColorPoint [] [src]

pub struct TrueColorPoint {
    pub x: i16,
    pub y: i16,
    pub z: i16,
    pub is_last_point: bool,
    pub is_blank: bool,
    pub r: u8,
    pub g: u8,
    pub b: u8,
}

A point with an asigned RGB color.

Fields

Whether this is the last point in the image.

If the laser should treat this as a blanking point.

Trait Implementations

impl Debug for TrueColorPoint
[src]

Formats the value using the given formatter.