# \[Solved\] Color Recognizer

**URL:** https://community.thunkable.com/t/solved-color-recognizer/2828077
**Category:** Questions about Thunkable X
**Created:** [February 9, 2024, 8:55pm UTC](https://community.thunkable.com/t/solved-color-recognizer/2828077 "2024-02-09T20:55:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lwarren265](https://avatars.discourse-cdn.com/v4/letter/l/7c8e57/32.png) [@lwarren265](https://community.thunkable.com/u/lwarren265)
#### Post date: [February 9, 2024, 8:55pm UTC](https://community.thunkable.com/t/solved-color-recognizer/2828077/1 "2024-02-09T20:55:22Z")

</div>

I am coding an app that will recognize colors in an image. I was wondering if it is possible to code this ability into an app on thunkable? Or if another program you know of has the ability to code what is needed for my app. Thank you so much for taking your time to read this!

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [February 9, 2024, 9:18pm UTC](https://community.thunkable.com/t/solved-color-recognizer/2828077/2 "2024-02-09T21:18:19Z")

</div>

Hi @lwarren265, welcome to Thunkable! 🎉

Be sure to check out our posts about [How to ask Great Questions v2.0](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983/1) and our [Community Guidelines](https://community.thunkable.com/t/community-guidelines/78/8) as you get started.

This is definitely doable in Thunkable! The best option would probably be to find a image/color recognizer [web API](https://docs.thunkable.com/blocks/advanced-app-features/web-api) and use the camera blocks to send the image you take to the API and use labels to return the response.

---

<div class="post-metadata">

### Author: ![lwarren265](https://avatars.discourse-cdn.com/v4/letter/l/7c8e57/32.png) [@lwarren265](https://community.thunkable.com/u/lwarren265)
#### Post date: [February 9, 2024, 10:05pm UTC](https://community.thunkable.com/t/solved-color-recognizer/2828077/3 "2024-02-09T22:05:04Z")

</div>

Hi @matt_conroy , Thank you so much!  
Thank you so much for taking your time to help me out! It is greatly appreciated!

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [February 12, 2024, 3:16pm UTC](https://community.thunkable.com/t/solved-color-recognizer/2828077/4 "2024-02-12T15:16:04Z")

</div>


