Searched defs:getRgb (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DPalette.java323 return swatch != null ? swatch.getRgb() : defaultColor;
345 return mDominantSwatch != null ? mDominantSwatch.getRgb() : defaultColor;
364 mUsedColors.append(maxScoreSwatch.getRgb(), true);
391 && !mUsedColors.get(swatch.getRgb());
440 * by calling {@link #getRgb()}.
478 public int getRgb() { method in class:Palette.Swatch
567 .append(" [RGB: #").append(Integer.toHexString(getRgb())).append(']')

Completed in 103 milliseconds