Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: RGB to Hex

    by Norm
    Replies
    6
    Views
    2,508

    Re: RGB to Hex

    You'd write code to load the hashtable.
    Then use the hashtable methods to get the color value using the String the user entered.
  2. Thread: RGB to Hex

    by Norm
    Replies
    6
    Views
    2,508

    Re: RGB to Hex

    To get from a String value of the name of a color to a String of its RGB value in hex, why not use a hash table with the key the name of the color and the value either an Integer with its RGB value...
  3. Thread: RGB to Hex

    by Norm
    Replies
    6
    Views
    2,508

    Re: RGB to Hex

    Can you show an example of what you want to do?
    Give a sample input and output
Results 1 to 3 of 3