Struct ilda::data::TrueColorPoint3d [] [src]

pub struct TrueColorPoint3d {
    pub x: i16,
    pub y: i16,
    pub z: i16,
    pub status_code: u8,
    pub b: u8,
    pub g: u8,
    pub r: u8,
}

3D Coordinates with True Color (format 4)

Fields

X coordinate

Y coordinate

Z coordinate

Last point bit and blanking bit.

Blue

Green

Red

Methods

impl TrueColorPoint3d
[src]

Read multiple TrueColorPoint3d from raw bytes.

Whether the point is a blanking point.

Trait Implementations

impl Clone for TrueColorPoint3d
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TrueColorPoint3d
[src]

Formats the value using the given formatter.

impl Default for TrueColorPoint3d
[src]

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