Struct ilda::idtf::IndexedPoint [] [src]

pub struct IndexedPoint {
    pub x: i16,
    pub y: i16,
    pub z: i16,
    pub is_last_point: bool,
    pub is_blank: bool,
    pub color_index: u8,
}

A point with a color palette lookup index.

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 IndexedPoint
[src]

Formats the value using the given formatter.