Search:

Type: Posts; User: that_guy

Search: Search took 0.10 seconds.

  1. Thread: RGB to Hex

    by that_guy
    Replies
    6
    Views
    2,505

    Re: RGB to Hex

    sounds like it might work. how would I implement it?
  2. Thread: RGB to Hex

    by that_guy
    Replies
    6
    Views
    2,505

    Re: RGB to Hex

    Literally I want the user to enter a color like red. Since red is a java recognized color I want the program to convert the string into a color and then find the hexadecimal of that color so I can...
  3. Thread: RGB to Hex

    by that_guy
    Replies
    6
    Views
    2,505

    RGB to Hex

    I am trying to figure out how to get the hexadecimal value from a RGB.

    This is a snippet of my code:


    //where a is the user inputed string of a color, i.e. "red"
    //and where hex is a...
Results 1 to 3 of 3