Uses of Class
gnu.x11.RGB

Packages that use RGB
gnu.x11 Provide X protocols. 
 

Uses of RGB in gnu.x11
 

Fields in gnu.x11 declared as RGB
static RGB RGB.ANTIQUE_WHITE3
           
static RGB RGB.BLUE
           
static RGB RGB.DIM_GREY
           
 RGB Color.exact
           
static RGB RGB.GREEN
           
static RGB RGB.GREY
           
static RGB RGB.GREY64
           
static RGB RGB.JAVA_BLACK
           
static RGB RGB.JAVA_PRIMARY1
           
static RGB RGB.JAVA_PRIMARY2
           
static RGB RGB.JAVA_PRIMARY3
           
static RGB RGB.JAVA_SECONDARY1
           
static RGB RGB.JAVA_SECONDARY2
           
static RGB RGB.JAVA_SECONDARY3
           
static RGB RGB.JAVA_WHITE
           
static RGB RGB.RED
           
static RGB RGB.SLATE_GREY
           
 RGB Color.visual
           
 

Methods in gnu.x11 that return RGB
static RGB RGB.grey(int level)
           
static RGB RGB.hsv(int hue, float saturation, float value)
           
 RGB Option.rgb(java.lang.String name, java.lang.String description, RGB default_value)
           
static RGB RGB.rgb8(int red8, int green8, int blue8)
           
 

Methods in gnu.x11 with parameters of type RGB
 Color Colormap.alloc_color(RGB rgb)
           
 void Cursor.recolor(RGB foreground, RGB background)
           
 RGB Option.rgb(java.lang.String name, java.lang.String description, RGB default_value)
           
 void Colormap.store_colors(int[] pixels, boolean[] do_reds, boolean[] do_greens, boolean[] do_blues, RGB[] rgbs)