Home | History | Annotate | Download | only in palette

Lines Matching defs:mRed

447         private final int mRed, mGreen, mBlue;
458 mRed = Color.red(color);
466 mRed = red;
496 ColorUtils.RGBToHSL(mRed, mGreen, mBlue, mHsl);