**[node-pixel-async](../README.md)**

> [Globals](../globals.md) / ["types"](../modules/_types_.md) / BuiltPixelBase

# Interface: BuiltPixelBase

## Hierarchy

* **BuiltPixelBase**

  ↳ [FirmataBasePixel](_types_.firmatabasepixel.md)

  ↳ [BackpackBasePixel](_types_.backpackbasepixel.md)

## Index

### Properties

* [address](_types_.builtpixelbase.md#address)
* [color](_types_.builtpixelbase.md#color)
* [id](_types_.builtpixelbase.md#id)
* [parent](_types_.builtpixelbase.md#parent)

## Properties

### address

•  **address**: number

*Defined in [lib/types.ts:23](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L23)*

___

### color

•  **color**: [PixelColor](_types_.pixelcolor.md)

*Defined in [lib/types.ts:25](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L25)*

___

### id

•  **id**: number

*Defined in [lib/types.ts:24](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L24)*

___

### parent

•  **parent**: [Strip](../classes/_strip_strip_.strip.md)

*Defined in [lib/types.ts:26](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L26)*
