Home
last modified time | relevance | path

Searched refs:backgroundRgb (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DIconFactory.java374 RGB backgroundRgb = new RGB(254, 254, 254); in getImageData() local
375 Color backgroundColor = new Color(display, backgroundRgb); in getImageData()
442 int backgroundPixel = data.palette.getPixel(backgroundRgb); in getImageData()