From c80bb7ae8bee8c7b2d1ca5fb144ef23a963c5691 Mon Sep 17 00:00:00 2001 From: John Rassa Date: Wed, 2 May 2018 19:09:32 -0400 Subject: [PATCH] document color option for RatingComponent --- THEMES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/THEMES.md b/THEMES.md index 970bd47cb..311b6de0e 100644 --- a/THEMES.md +++ b/THEMES.md @@ -719,6 +719,8 @@ EmulationStation borrows the concept of "nine patches" from Android (or "9-Slice - Path to the "filled star" image. Image must be square (width equals height). * `unfilledPath` - type: PATH. - Path to the "unfilled star" image. Image must be square (width equals height). +* `color` - type: COLOR. + - Multiply each pixel's color by this color. For example, an all-white image with `FF0000` would become completely red. You can also control the transparency of an image with `FFFFFFAA` - keeping all the pixels their normal color and only affecting the alpha channel. * `zIndex` - type: FLOAT. - z-index value for component. Components will be rendered in order of z-index value from low to high.