Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7993731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:56:22+00:00 2026-06-04T13:56:22+00:00

I am trying to write an extension in netlogo for Nxt brick . To

  • 0

I am trying to write an extension in netlogo for Nxt brick . To connect the brick , I am using Lejos. I have a problem with color sensor. I want to write a simple method which returns sensor color as a number such as yellow : 1, red :2 etc. But sensor motor always returns different RGB colors on the same surface. For example I put it over a yellow paper , rgb colors are : [236 189 104] ,[247 202 108].. if it was returning unique RGB numbers for same surface colors, I would classify them according to RGB colors range and give a unique number for each color. Do you have any idea how i can do it ? Also , it won’t run on different surfaces. only doing this for my paper colors( yellow, blue, green) will be enough for me. Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T13:56:23+00:00Added an answer on June 4, 2026 at 1:56 pm

    If I understood correctly what you mean, the method java.awt.Color.RGBtoHSB might help you. Java code like this:

    float[] hsb = Color.RGBtoHSB(red, green, blue, null);  
    float hue = hsb[0];
    

    (where red, green and blue are variables containing the sensor result)

    …will give you the “hue” of your color as a float between 0 and 1, which should be sufficient to see if it’s a shade of yellow, blue, green, or something else, if you define appropriate ranges. That should be very approximatively something like:

    Yellow: 0.1  < hue < 0.2
    Blue:   0.5  < hue < 0.7
    Green:  0.25 < hue < 0.45
    

    …but don’t take my word for it! You should experiment to see in what range your sensor stays when over yellow paper, etc.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I started trying to write chrome extension and I'm having problem with simple function:
I was trying to write a simple extension method for Color static class which
I am trying to write an extension to node.js. I want to have a
I am trying to write a simple chrome extension using html5 local storage. I
I'm trying to write a simple google extension that will upon clicking ctrl+alt+x search
I am trying to write an extension to google chrome and I want to
I'm trying to write a simple extension for MediaWiki but I can't anywhere find
I'm trying to write a simple python extension for GDB that outputs to a
I'm trying to write myself a chrome extension, and I have the following lines
I am trying to write an extension installer, but have to locate the prerequisite

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.