# Get Pixel

## Description

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

{% tabs %}
{% tab title="Preview" %}
![](/files/b9uPtGR3ERZ4bQCVtczs)
{% 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://interopxyz.gitbook.io/bitmap-plus/components/analysis/get-pixel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
