Struct lase::Point [] [src]

pub struct Point {
    pub control: u16,
    pub x: i16,
    pub y: i16,
    pub r: u16,
    pub g: u16,
    pub b: u16,
    pub i: u16,
    pub u1: u16,
    pub u2: u16,
}

18-byte point data for a single point.

Fields

Methods

impl Point
[src]

[src]

Point CTOR.

[src]

Point CTOR. Use the same intensity value for all color channels.

[src]

Blank point CTOR.

[src]

Point CTOR. If set to on, the lasers are at full power. Otherwise, they're off.

[src]

Trait Implementations

impl Copy for Point
[src]

impl Clone for Point
[src]

[src]

impl Debug for Point
[src]

[src]

Formats the value using the given formatter.