Searched refs:fgAlpha (Results 1 – 1 of 1) sorted by relevance
57 int fgAlpha = Color.alpha(foreground); in compositeColors() local58 int a = compositeAlpha(fgAlpha, bgAlpha); in compositeColors()60 int r = compositeComponent(Color.red(foreground), fgAlpha, in compositeColors()62 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors()64 int b = compositeComponent(Color.blue(foreground), fgAlpha, in compositeColors()