mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
document color option for RatingComponent
This commit is contained in:
parent
7f1dca23c5
commit
c80bb7ae8b
|
@ -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).
|
- Path to the "filled star" image. Image must be square (width equals height).
|
||||||
* `unfilledPath` - type: PATH.
|
* `unfilledPath` - type: PATH.
|
||||||
- Path to the "unfilled star" image. Image must be square (width equals height).
|
- 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 `<color>FF0000</color>` would become completely red. You can also control the transparency of an image with `<color>FFFFFFAA</color>` - keeping all the pixels their normal color and only affecting the alpha channel.
|
||||||
* `zIndex` - type: FLOAT.
|
* `zIndex` - type: FLOAT.
|
||||||
- z-index value for component. Components will be rendered in order of z-index value from low to high.
|
- z-index value for component. Components will be rendered in order of z-index value from low to high.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue