Home | History | Annotate | Download | only in gle2

Lines Matching refs:fg

216                 RGB fg = themeColors.getSecond();
218 storeBackground(imageDir, bg, fg);
288 RGB fg = themeColors.getSecond();
298 fg = new RGB(255, 255, 255);
300 fg = new RGB(0, 0, 0);
303 storeBackground(imageDir, bg, fg);
541 private void storeBackground(File imageDir, RGB bg, RGB fg) {
543 mForeground = fg;
548 fg.red, fg.green, fg.blue);