Results 1 to 3 of 3

Thread: Rgb

  1. #1
    DaoK
    Guest

    Rgb

    I want to use that method :
    http://java.sun.com/j2se/1.3/docs/ap...lor.html#Color(int, int, int)

    but I do not see how ?

  2. #2
    Eh...
    Code:
    import java.awt.Color;
    
    Color c = new Color(255, 255, 255);
    SomeClass.DoStuff(SomeArgument, c);

  3. #3
    DaoK
    Guest
    ah yes... thx you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width