Search:

Type: Posts; User: BassemMagdy

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,246

    Re: Urgent question

    Whenever I run the code I get no output and this is the problem!
  2. Replies
    10
    Views
    1,246

    Re: Urgent question

    as I expect from this it should convert from RGB to HSV but but I am not sure if Its Right or not
  3. Replies
    10
    Views
    1,246

    Re: Urgent question

    I dont know If I an right or not here is what I did !



    public class Converter {
    public Converter() {

    }

    public static double[] RGBtoHSV(double r, double g, double b) {
  4. Replies
    10
    Views
    1,246

    Re: Urgent question

    I am new to this website do you have an answer to my question or you can help me with that ?!
  5. Replies
    10
    Views
    1,246

    Urgent question

    I need to create a Java program that takes an input a color code in HSV and
    outputs the equivalent RGB code and Vice versa.
    Example:
    If you test on the color RED in RGB:
    Input: (255,0,0)
    Output:...
Results 1 to 5 of 5