# Get Pixel

## Description

Gets a color from a bitmap at a column and row pixel location

{% tabs %}
{% tab title="Preview" %}
![](https://3118158252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhT7C2oduVfvz0FwKt3nj%2Fuploads%2FluyOgVTV5gq8UNvDz1sH%2FComponent-GetPixel.png?alt=media\&token=fa57c4e3-2f77-4a30-9c97-d3f0726b96d0)
{% endtab %}

{% tab title="Location" %}
**Name** | Get Pixel

**Nickname** | Pixel

**Tab** | Bitmap

**Panel** | Analysis

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**I** | **Image** (*B+ Image, Bitmap*) | A Bitmap Plus Image or Bitmap

**X** | **X Location** (*Integer*) | The bitmap's column location to sample

**Y** | **Y Location** (*Integer*) | The bitmap's row location to sample
{% endtab %}

{% tab title="Ouputs" %}
**C** | **Color** (*Colour*) | The color at the pixel location
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
