Struct ilda::data::TrueColorPoint2d [] [src]

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

3D Coordinates with True Color (format 5)

Fields

X coordinate

Y coordinate

Last point bit and blanking bit.

Blue

Green

Red

Methods

impl TrueColorPoint2d
[src]

Read multiple TrueColorPoint2d from raw bytes.

Whether the point is a blanking point.

Trait Implementations

impl Clone for TrueColorPoint2d
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TrueColorPoint2d
[src]

Formats the value using the given formatter.

impl Default for TrueColorPoint2d
[src]

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